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