Tags: beatlabs/patron
Tags
Add newlines with default logger (#580) ## Which problem is this PR solving? The deauld logger is based on `fmt` and does not append new lines at the end of the log which creates issues when Patron is not initialized e.g. tests. ## Short description of the changes - Use fmt.Println - Introduced a function to append new lines char on formated lines
Upgrade packages (#579) <!-- Thanks for taking precious time for making a PR. Before creating a pull request, please make sure: - Your PR solves one problem for which an issue exist and a solution has been discussed - You have read the guide for contributing - See https://github.com/beatlabs/patron/blob/master/README.md#how-to-contribute - You signed all your commits (otherwise we won't be able to merge the PR) - See https://github.com/beatlabs/patron/blob/master/SIGNYOURWORK.md - You added unit tests for the new functionality - You mention in the PR description which issue it is addressing, e.g. "Resolves #123" --> ## Which problem is this PR solving? Upgrade all packages ## Short description of the changes Upgrade all packages
Migrate to AWS SDK v2 (#551) ## Which problem is this PR solving? Resolves #430. ## Short description of the changes Update Golang AWS SDK to v2. This introduces breaking changes on the `SQS` component and v2 of the `SNS` and `SQS` clients. Examples have also been updated. Useful material/documentation, regarding migrating from AWS v1 to v2: * https://aws.github.io/aws-sdk-go-v2/docs/migrating/ * https://aws.github.io/aws-sdk-go-v2/docs/configuring-sdk/endpoints/ * https://aws.github.io/aws-sdk-go-v2/docs/unit-testing/ * https://aws.github.io/aws-sdk-go-v2/docs/making-requests/ Co-authored-by: Sotirios Mantziaris <[email protected]>
HTTP v2 JSON helper functions (#537) Co-authored-by: Panayiotis Kritiotis <[email protected]> Co-authored-by: Dionysis Xenos <[email protected]>
PreviousNext