Releases: italolelis/outboxer
Releases · italolelis/outboxer
v2.1.0
What's Changed
📦 Dependency Updates
- Bump github.com/aws/aws-sdk-go from 1.43.11 to 1.43.14 by @dependabot in #470
- Bump cloud.google.com/go/pubsub from 1.18.0 to 1.19.0 by @dependabot in #471
- Bump cloud.google.com/go/pubsub from 1.19.0 to 1.24.0 by @dependabot in #529
- Bump actions/stale from 4 to 5.1.0 by @dependabot in #524
- Bump github.com/aws/aws-sdk-go from 1.43.14 to 1.44.109 by @dependabot in #557
- Bump google.golang.org/api from 0.85.0 to 0.98.0 by @dependabot in #556
- Bump actions/stale from 5.1.0 to 6.0.0 by @dependabot in #553
- Bump google.golang.org/api from 0.98.0 to 0.100.0 by @dependabot in #565
- Bump github.com/aws/aws-sdk-go from 1.44.109 to 1.44.121 by @dependabot in #566
- Bump golangci/golangci-lint-action from 3.1.0 to 3.3.0 by @dependabot in #564
- Bump cloud.google.com/go/pubsub from 1.24.0 to 1.26.0 by @dependabot in #567
- Bump google.golang.org/api from 0.100.0 to 0.103.0 by @dependabot in #574
- Bump github.com/aws/aws-sdk-go from 1.44.121 to 1.44.322 by @dependabot in #674
- Bump google.golang.org/api from 0.103.0 to 0.136.0 by @dependabot in #673
Other Changes
- Add dependabot automerge by @italolelis in #672
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
In this release, we are introducing two new event stream support, SQS, and GCP Pub/Sub!
There is also a new SQL Server datastore support.
I'm also making it a bit easier for new contributors to start working on the project with dev containers.
🚀 New features
- Added new event-stream (Support AWS SQS). by @felipeagger in #463
- Introduce GCP Pub/Sub by @italolelis in #468
- Issue #6 | Add SqlServer support | Adarsh by @m4ver1k in #22
📦 Dependency Updates
- Bump github.com/DATA-DOG/go-sqlmock from 1.3.2 to 1.3.3 by @dependabot-preview in #9
- Bump github.com/DATA-DOG/go-sqlmock from 1.3.3 to 1.4.0 by @dependabot-preview in #65
- Bump github.com/aws/aws-sdk-go from 1.24.0 to 1.27.2 by @dependabot-preview in #67
- Bump github.com/aws/aws-sdk-go from 1.27.2 to 1.28.4 by @dependabot-preview in #74
- Bump github.com/DATA-DOG/go-sqlmock from 1.4.0 to 1.4.1 by @dependabot-preview in #81
- Bump github.com/aws/aws-sdk-go from 1.28.4 to 1.40.49 by @dependabot in #441
- Bump github.com/aws/aws-sdk-go from 1.40.49 to 1.43.11 by @dependabot in #467
- Bump golangci/golangci-lint-action from 2 to 3.1.0 by @dependabot in #465
- Bump actions/checkout from 2 to 3 by @dependabot in #466
Other Changes
- Linting by @italolelis in #28
- Add local dev setup details in CONTRIBUTING.MD | Adarsh by @m4ver1k in #27
- Updates to the codebase by @italolelis in #464
New Contributors
- @dependabot-preview made their first contribution in #9
- @m4ver1k made their first contribution in #27
- @dependabot made their first contribution in #441
- @felipeagger made their first contribution in #463
Full Changelog: v1.0.0...v2.0.0
Support for Kinesis Stream
Add
- New support for kinesis streams
- Use github actions as our main CI
MySQL support as a DataStore
v0.0.2 Updated readme
v0.0.1: Added a few more tests
Signed-off-by: Italo Vietro <italo.vietro@n26.com>