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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update uuid #1647

Merged
merged 5 commits into from Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

vaind marked this conversation as resolved.
Show resolved Hide resolved
- Enable compatibility with uuid v4 ([#1647](https://github.com/getsentry/sentry-dart/pull/1647))

## 7.10.1

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion dart/pubspec.yaml
Expand Up @@ -15,7 +15,7 @@ dependencies:
http: '>=0.13.0 <2.0.0'
meta: ^1.3.0
stack_trace: ^1.10.0
uuid: ^3.0.0
uuid: '>=3.0.0 <5.0.0'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I can tell, Sentry is not using any of the breaking changes, so we can keep supporting v3 while simultaneously supporting v4.


dev_dependencies:
mockito: ^5.1.0
Expand Down