Ozontech Allure Go Versions Save

Complete Allure provider in Go which doesn't overload the interface usage

v0.6.30

3 weeks ago

What's Changed

Full Changelog: https://github.com/ozontech/allure-go/compare/v0.6.29...v0.6.30

v0.6.29

7 months ago

Fix issue with parsing labels with number value

What's Changed

Full Changelog: https://github.com/ozontech/allure-go/compare/v0.6.28...v0.6.29

pkg/framework/v0.6.29

7 months ago

Update allure package version

What's Changed

Full Changelog: https://github.com/ozontech/allure-go/compare/pkg/framework/v0.6.28...pkg/framework/v0.6.29

pkg/allure/v0.6.12

7 months ago

Fixing unmarshall error in certain label cases

What's Changed

Full Changelog: https://github.com/ozontech/allure-go/compare/pkg/framework/v0.6.28...pkg/allure/v0.6.12

v0.6.28

9 months ago

HOTFIX NOTES

Fixed data race issue #73

pkg/framework/v0.6.28

9 months ago

HOTFIX NOTES

Fixed data race issue #73

v0.6.27

9 months ago

Hotfix

  • fixed unmarshalling issue for allure.Parameter

pkg/framework/v0.6.27

9 months ago

Hotfix

  • fixed unmarshalling issue for allure.Parameter

pkg/allure/v0.6.11

9 months ago

Hotfix

  • fixed unmarshalling issue for allure.Parameter

v0.6.26

10 months ago

Release Notes

pkg/framework

New Features

  • add InDelta assert from testify