Releases: fabiante/persurl
Releases · fabiante/persurl
v0.2.1
v0.2.0
What's Changed
- Add dedicated migrate CLI command by @fabiante in #53
- Add Dockerfile by @fabiante in #42
- Add ENV variable PERSURL_DATA_DIR to control where state is saved by @fabiante in #46
- Add health endpoint by @fabiante in #43
- Add in-database migration tracking (via 'migrator' framework) by @fabiante in #55
- Add load testing by @fabiante in #34
- Change gin mode in docker image to release by @fabiante in #47
- Change load test params to match recent findings by @fabiante in #56
- Fix go version specifier in go.mod by @fabiante in #41
- Fix imports of goqu sqlite3 driver packages by @fabiante in #49
- Refactor CLI to improve CLI development by @fabiante in #52
- Refactor migration execution by @fabiante in #51
- Remove migration invokation from run command by @fabiante in #54
- Replace SQLite with Postgres by @fabiante in #50
Full Changelog: v0.1.1...v0.2.0
v0.2.0-alpha.2
What's Changed
- Add load testing by @fabiante in #34
- Fix go version specifier in go.mod by @fabiante in #41
- Add Dockerfile by @fabiante in #42
- Add health endpoint by @fabiante in #43
- Add ENV variable PERSURL_DATA_DIR to control where state is saved by @fabiante in #46
- Set gin mode in docker image to release by @fabiante in #47
- Fix imports of goqu sqlite3 driver packages by @fabiante in #49
- Refactor migration execution by @fabiante in #51
- Refactor CLI to improve CLI development by @fabiante in #52
- Add dedicated migrate CLI command by @fabiante in #53
- Remove migration invokation from run command by @fabiante in #54
Full Changelog: v0.1.1...v0.2.0-alpha.2
v0.2.0-alpha.1
What's Changed
- Add load testing by @fabiante in #34
- Fix go version specifier in go.mod by @fabiante in #41
- Add Dockerfile by @fabiante in #42
- Add health endpoint by @fabiante in #43
- Add ENV variable PERSURL_DATA_DIR to control where state is saved by @fabiante in #46
- Set gin mode in docker image to release by @fabiante in #47
Full Changelog: v0.1.1...v0.2.0-alpha.1
v0.1.1
v0.1.0
What's Changed
- Improve api error handling to respond with uniform error response by @fabiante in #25
- Add test to ensure domain duplication is not possible and refactor DI of app.Service by @fabiante in #30
- Add sqlite persistence by @fabiante in #29
- Remove unused service logic by @fabiante in #32
Full Changelog: v0.1.0-alpha.1...v0.1.0
v0.1.0-alpha.1
This prerelease marks the first version which exposes an http api which resembles what the project is going for.
Persistence is not yet implemented, therefore this is a prerelease.
What's Changed
- Add http API (create + resolve PURLs) by @fabiante in #6
- Add API to create domain by @fabiante in #15
New Contributors
Full Changelog: https://github.com/fabiante/persurl/commits/v0.1.0-alpha.1