Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a parsing bug for project-id #33

Merged
merged 2 commits into from
Nov 2, 2022
Merged

Commits on Oct 3, 2022

  1. Fix a parsing bug for project-id

    Sentry.io has started to give out project numbers that are bigger than
    an integer. This patch changes the parsing of the project id to a
    long, instead of an integer.
    
    In addition, the few dependencies that exists are upgraded to the
    latest version, with a special mention to clj-http-lite. The
    clj-commons version is used there, as it is maintained.
    emil0r committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    139d501 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. 1.7.0

    Release for 1.7.0. Added notes to changes about the most important
    changes from previous version.
    emil0r committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    6a5fada View commit details
    Browse the repository at this point in the history