Releases: marcoshuck/todo
Releases · marcoshuck/todo
v0.7.0
What's Changed
- Update issue templates by @marcoshuck in #121
- 🌱 Bump buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go from 1.31.0-20230802163732-1c33ebd9ecfa.1 to 1.32.0-20240212200630-3014d81c3a48.1 by @dependabot in #124
- 🌱 Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 by @dependabot in #123
- 🌱 Bump gorm.io/driver/sqlite from 1.5.4 to 1.5.5 by @dependabot in #122
- Remove Map func from Task by @marcoshuck in #130
- Move pkg/ folder to internal/ by @marcoshuck in #129
- Add Dart and TypeScript stubs in api/ folder by @marcoshuck in #131
- Design document by @marcoshuck in #132
Full Changelog: v0.6.1...v0.7.0
v0.6.1
What's Changed
- 🌱 Bump actions/checkout from 3 to 4 by @dependabot in #120
- 🌱 Bump actions/setup-node from 3 to 4 by @dependabot in #119
- 🌱 Bump actions/upload-artifact from 3 to 4 by @dependabot in #118
- 🌱 Bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.11 by @dependabot in #117
- 🌱 Bump gorm.io/gorm from 1.25.5 to 1.25.7 by @dependabot in #116
- 🌱 Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 0.42.0 to 1.23.1 by @dependabot in #115
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Add CONTRIBUTING.md by @marcoshuck in #55
- Add CODE_OF_CONDUCT.md by @marcoshuck in #54
- Add ListTasks by @marcoshuck in #79
- Add DeleteTask and UndeleteTask by @marcoshuck in #80
- Update task by @marcoshuck in #81
- 🌱 Bump gorm.io/driver/sqlite from 1.5.0 to 1.5.4 by @dependabot in #24
- 🌱 Bump golang.org/x/crypto from 0.13.0 to 0.17.0 by @dependabot in #87
- 🌱 Bump actions/setup-go from 4 to 5 by @dependabot in #85
- 🌱 Bump dagger.io/dagger from 0.9.0 to 0.9.6 by @dependabot in #90
- 🌱 Bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #77
- 🌱 Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.18.0 to 2.19.1 by @dependabot in #95
- Replace how field mask is used in update operations by @marcoshuck in #96
- Allow building OCI images in CI by @marcoshuck in #104
- 🌱 Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #106
- Bump Open Telemetry dependencies to latest version by @marcoshuck in #105
- Refactor code in health checks by @marcoshuck in #108
- Improve how metrics HTTP server is initialized by @marcoshuck in #109
- E2E tests with playwright by @marcoshuck in #110
- Add DELETE task test by @marcoshuck in #111
- Add UNDELETE test case by @marcoshuck in #112
- Add E2E test for update task by @marcoshuck in #113
- Improve README by @marcoshuck in #114
Full Changelog: v0.5.0...v0.6.0
v0.6.0-rc2
What's Changed
- 🌱 Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #106
- Bump Open Telemetry dependencies to latest version by @marcoshuck in #105
Full Changelog: v0.6.0-rc1...v0.6.0-rc2
v0.6.0-rc1
What's Changed
- Add CONTRIBUTING.md by @marcoshuck in #55
- Add CODE_OF_CONDUCT.md by @marcoshuck in #54
- Add ListTasks by @marcoshuck in #79
- Add DeleteTask and UndeleteTask by @marcoshuck in #80
- Update task by @marcoshuck in #81
- 🌱 Bump gorm.io/driver/sqlite from 1.5.0 to 1.5.4 by @dependabot in #24
- 🌱 Bump golang.org/x/crypto from 0.13.0 to 0.17.0 by @dependabot in #87
- 🌱 Bump actions/setup-go from 4 to 5 by @dependabot in #85
- 🌱 Bump dagger.io/dagger from 0.9.0 to 0.9.6 by @dependabot in #90
- 🌱 Bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #77
- 🌱 Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.18.0 to 2.19.1 by @dependabot in #95
- Replace how field mask is used in update operations by @marcoshuck in #96
- Allow building OCI images in CI by @marcoshuck in #104
Full Changelog: v0.5.0...v0.6.0-rc1
v0.5.0
What's Changed
- Delegate validation to interceptor by @marcoshuck in #46
- Add README by @marcoshuck in #47
- Remove faulty test by @marcoshuck in #48
- Rename tasks service to writer by @marcoshuck in #49
- Tasks reader: get method by @marcoshuck in #50
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Fix gateway port by @marcoshuck in #35
- 🌱 Bump dagger.io/dagger from 0.8.4 to 0.9.0 by @dependabot in #36
- Fix kubernetes manifests by @marcoshuck in #38
- Improve serializer interfaces by @marcoshuck in #39
- 🌱 Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.16.2 to 2.18.0 by @dependabot in #23
- 🌱 Bump gorm.io/gorm from 1.25.0 to 1.25.5 by @dependabot in #37
- Add telemetry by @marcoshuck in #40
- Code tweaks by @marcoshuck in #45
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- 🌱 Bump google.golang.org/grpc from 1.57.0 to 1.59.0 by @dependabot in #25
- 🌱 Bump actions/checkout from 3 to 4 by @dependabot in #21
- 🌱 Bump actions/setup-go from 3 to 4 by @dependabot in #20
- Add codeowners by @marcoshuck in #32
- Add container files for App and Gateway by @marcoshuck in #33
- Add docker ignore by @marcoshuck in #34
New Contributors
- @dependabot made their first contribution in #25
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Add .env.example by @marcoshuck in #27
- Kubernetes by @marcoshuck in #26
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Create task by @marcoshuck in #19
New Contributors
- @marcoshuck made their first contribution in #19
Full Changelog: https://github.com/marcoshuck/todo/commits/v0.1.0