Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

When is the new version releasing? #1366

Closed
yangjiel opened this issue May 5, 2020 · 1 comment
Closed

When is the new version releasing? #1366

yangjiel opened this issue May 5, 2020 · 1 comment

Comments

@yangjiel
Copy link

yangjiel commented May 5, 2020

def dumps(value, **kwargs):
try:
return json.dumps(value, cls=BetterJSONEncoder, **kwargs)
except Exception:
kwargs['encoding'] = 'safe-utf-8'
return json.dumps(value, cls=BetterJSONEncoder, **kwargs)

#1155

I am experiencing the issue above and the master branch has fixed the issue. However, I use PYPI to install the Raven package, the latest version of that is 6.10.0 which the fixs haven't gotten applied yet.

I wonder when is it going to release the newer version? Raven hasn't released new tag for about 2 years.

@ashwoods
Copy link
Contributor

ashwoods commented May 5, 2020

raven isn't under active development anymore. It is encouraged to use the new sdk: https://github.com/getsentry/sentry-python

@yangjiel yangjiel closed this as completed May 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants