Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2025

Bumps rollbar from 0.16.2 to 1.1.2.

Release notes

Sourced from rollbar's releases.

v1.1.2

What's Changed

  • Fixed build missing entrypoints for pyramid and cli by @​brianr in #471

Full Changelog: rollbar/pyrollbar@v1.1.1...v1.1.2

v1.1.1

What's Changed

Full Changelog: rollbar/pyrollbar@v1.1.0...v1.1.1

v1.1.0

Key Changes

Support for Python 3.12

The SDK officially supports and is tested against Python 3.12.

Support for pathlib.Path()

Thanks to a community contributor David Baumgold we now support pathlib.Path() instead of just strings for both serialization and settings.

Enforce Locals Max Sizes

In this release we have made some significant improvements to how we process large complex stack frames. There were shortening settings that were not properly being applied while truncating large objects. We have resolved those issues and made some other performance improvements to our data processing within the SDK.

We recommend reviewing the locals max sizes settings. The defaults are as follows...

import rollbar
rollbar.init(
access_token='<your token>',
locals={
'sizes': {
'maxlevel': 5,
'maxdict': 10,
'maxlist': 10,
'maxtuple': 10,
'maxset': 10,
'maxfrozenset': 10,
'maxdeque': 10,
'maxarray': 10,
'maxstring': 100,
'maxlong': 40,
'maxother': 100,
</tr></table>

... (truncated)

Changelog

Sourced from rollbar's changelog.

Change Log

The change log is also available on the GitHub Releases Page.

1.1.2

Fixed build missing entrypoints for pyramid and cli in #471

1.1.1

Fixed #465 httpx 0.28.0 not compatible with pyrollbar by @​danielmorell in #466

1.1.0

1.1.0-beta

1.1.0-alpha

1.0.0

... (truncated)

Commits
  • 768d45a Release 1.1.2
  • d5e032c Restore build for pyramid and cli entrypoints
  • b7b489d Merge pull request #467 from rollbar/release/v1.1.1
  • 140eca9 Bumped version to v1.1.1 and added CHANGELOG entry.
  • 6f2386c Merge pull request #466 from rollbar/fixed/issue-465-httpx0.28.0-not-compatib...
  • 4607033 Fixed #465 httpx 0.28.0 not compatible with rollbar v1.
  • a809a6b Merge pull request #464 from rollbar/release/1.1.0
  • 035f8be Bumped version to 1.1.0 and added changelog.
  • a641597 Merge pull request #462 from rollbar/release/1.1.0-beta
  • 4685480 Bumped version to 1.1.0-beta and added changelog.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rollbar](https://github.com/rollbar/pyrollbar) from 0.16.2 to 1.1.2.
- [Release notes](https://github.com/rollbar/pyrollbar/releases)
- [Changelog](https://github.com/rollbar/pyrollbar/blob/master/CHANGELOG.md)
- [Commits](rollbar/pyrollbar@v0.16.2...v1.1.2)

---
updated-dependencies:
- dependency-name: rollbar
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 22, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2025

Superseded by #1012.

@dependabot dependabot bot closed this Feb 17, 2025
@dependabot dependabot bot deleted the dependabot-pip-requirements-rollbar-1.1.2 branch February 17, 2025 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant