Releases: noverde/pequi
Releases · noverde/pequi
v0.5.0
What's Changed
- Change status code response from StatusOK to StatusCreated by @Patrick-Isidoro in #19
- Fix test workflow by @julianolf in #24
- Upgrade Go version by @julianolf in #22
- Bump github.com/gin-gonic/gin from 1.6.3 to 1.9.1 by @dependabot in #27
- Bump google.golang.org/grpc from 1.31.0 to 1.56.3 by @dependabot in #30
- Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #29
- Bump golang.org/x/crypto from 0.9.0 to 0.17.0 by @dependabot in #28
- Bump firestore from v1.9.0 to v1.14.0 by @julianolf in #31
- Configure dependabot by @julianolf in #32
- Bump google.golang.org/grpc from 1.56.3 to 1.60.1 by @dependabot in #33
- Bump github.com/joho/godotenv from 1.3.0 to 1.5.1 by @dependabot in #34
- Remove unnecessary step from test workflow by @julianolf in #35
- Configure dependabot to update actions by @julianolf in #36
- Bump actions/setup-go from 4 to 5 by @dependabot in #39
- Bump actions/checkout from 1 to 4 by @dependabot in #38
- Add workflow for pushing to docker hub by @julianolf in #37
- Fix readme badges by @julianolf in #40
New Contributors
- @julianolf made their first contribution in #24
- @dependabot made their first contribution in #27
Full Changelog: v0.4.1...v0.5.0
Rename createAt to created_at on firestore
v0.4.1 Rename createAt to created_at on firestore
Return link url on api shorten
- url renamed to long_url.
- slug renamed to id on api shorten.
New default in-memory storage driver
-
In-memory storage driver (default).
-
Small bug fixes.
Modularity for storage
- Moved from go dep to go modules.
- Modular storage driver.
- General improvements.
First public release
- Using Firestore as storage.