Releases: kozmod/oniontx
Releases · kozmod/oniontx
v0.4.2
v0.4.1
v0.4.0
❗️NOTE:
- Release contains changes that break the backward compatibility.
Options (interface) were be removed.
Changelog
v0.3.15
Changelog
- fa8ec49 Bump github.com/redis/go-redis/v9 from 9.7.1 to 9.7.3 in /test
- 02de3d3 Bump golang.org/x/crypto from 0.33.0 to 0.35.0 in /test
- 7531e3a Bump golang.org/x/net in /test/integration/migration
- f645481 Bump golang.org/x/net in /test/integration/migration
- 01826de [#168] ip workflow go version: 1.22.0 -> 1.24.1
- 232af6d [#172] add
godoc(Install and run) toMakefile - b48dd41 [#172] fix
workflows-> runLint,Test,Integration testonly push - 5624442 [#172] fix migration (postgres) go.sum
v0.3.14
v0.3.13
Changelog
- 3045537 [#163] add mongo tests/examples
- 08f767b [#165] add mongo tests/examples ([options.TransactionOptions] and [options.SessionOptions])
- 4119d3c [bug] fix comment -> test/integration/internal/entity/entity.go:7
- 579b062 [bug] fix comment -> test/integration/internal/redis/transactor_test.go (Pipeliner)
v0.3.12
Changelog
- 00b4646 Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /test
- 5c7459f Bump golang.org/x/crypto in /test/integration/migration
- 30589a4 [#154] fix/remove Makefile targets for submodules
- bbe2066 [#156] fix integration tests (pgx, sqlx, stdlib)
- 34c2c9f [#158] fix Makefile
.PHONT->.PHONY - 80a91f9 [#158] fix integration tests (add
t.Cleanup(cleanupFn)) - 857956e [#161] add redis client integration tests + examples
- d2bef7a [#161] fix compose and linters
v0.3.11
❗️NOTE:
- Release contains changes that break the backward compatibility.
Default implementations forsqlx,pgx,gorm,stdlibremoved.
Instead add more tests and examples.
Changelog
- 45b5ac5 [#140] add
change.sub.lib.versionto update version of submodules in go.mod - 149a63e [#141] mockery: script to merge mocks
- cf788e7 [#143] fix
toolstarget of theMakefile - b32bc91 [#145] add references for all "sub" realization into
Readme.md( "Testing" section) - a3f779c [#148] update
test/Makefile:docker-compose->docker compose - 756df53 [#150] fix Readme.md
- 025f6c8 [#150] remove default implementation sqlx, pgx, gorm
- 0e277c5 [bug] fix
goreleaser/goreleaser-action@v4, error "unknown flag: --debug"