Skip to content

Tags: beatlabs/patron

Tags

v0.73.2

Toggle v0.73.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.73.1

Toggle v0.73.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.73.0

Toggle v0.73.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v0.72.2

Toggle v0.72.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature: Add logfmt support to std logger (#550)

v0.72.1

Toggle v0.72.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removing content length from JSON helper (#546)

v0.72.0

Toggle v0.72.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
HTTP v2 JSON helper functions (#537)

Co-authored-by: Panayiotis Kritiotis <[email protected]>
Co-authored-by: Dionysis Xenos <[email protected]>

v0.71.0

Toggle v0.71.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add metrics to zerolog and std logger (#517)

v0.70.0

Toggle v0.70.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement log level counter metrics (#514)

v0.69.2

Toggle v0.69.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
MongoDB Client Metrics Success Label Fix (#510)

v0.69.1

Toggle v0.69.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Deterministic start with timestamp offset on rarely populated topic (#…

…508)

Co-authored-by: Sotirios Mantziaris <[email protected]>