Releases: platforma-dev/platforma
Releases · platforma-dev/platforma
v0.1.0-alpha.18
What's Changed
- Bump github.com/lib/pq from 1.10.9 to 1.11.1 in the default group by @dependabot[bot] in #51
- Add optional migration ID override support by @mishankov in #53
Full Changelog: v0.1.0-alpha.17...v0.1.0-alpha.18
v0.1.0-alpha.17
What's Changed
- Add logs for applied and skipped migrations (#31) by @mishankov in #47
- Add CLI commands for run and migrate by @mishankov in #48
- Trying to fix CI by @mishankov in #49
- Better migrations DX by @mishankov in #50
Full Changelog: v0.1.0-alpha.16...v0.1.0-alpha.17
v0.1.0-alpha.16
What's Changed
- Bump the default group with 2 updates by @dependabot[bot] in #33
- Bump golang.org/x/crypto from 0.43.0 to 0.45.0 in the default group by @dependabot[bot] in #34
- Bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 in the default group by @dependabot[bot] in #37
- Bump golang.org/x/crypto from 0.45.0 to 0.46.0 in the default group by @dependabot[bot] in #38
- Better docs by @mishankov in #40
- Bump golang.org/x/crypto from 0.46.0 to 0.47.0 in the default group by @dependabot[bot] in #41
- Bump the default group in /docs with 3 updates by @dependabot[bot] in #42
- AI docs by @mishankov in #45
- Add user deletion endpoint by @mishankov in #35
Full Changelog: v0.1.0-alpha.15...v0.1.0-alpha.16
v0.1.0-alpha.15
Full Changelog: v0.1.0-alpha.14...v0.1.0-alpha.15
v0.1.0-alpha.14
What's Changed
- OpenAPI HTTP Server by @mishankov in #32
Full Changelog: v0.1.0-alpha.13...v0.1.0-alpha.14
v0.1.0-alpha.13
v0.1.0-alpha.12
What's Changed
- Bump github.com/testcontainers/testcontainers-go/modules/postgres from 0.39.0 to 0.40.0 in the default group by @dependabot[bot] in #24
- Queue package by @mishankov in #26
New Contributors
- @dependabot[bot] made their first contribution in #24
Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12
v0.1.0-alpha.9
What's Changed
logpackage cleanup by @mishankov in #20- Update docs by @mishankov in #22
Full Changelog: v0.1.0-alpha.8...v0.1.0-alpha.9
v0.1.0-alpha.11: Add version flag to CLI
Support both --version and -v flags to display the current version information from the build metadata.
v0.1.0-alpha.10
Trying to embed docs