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: add support for Decimal property values #187

Merged
merged 2 commits into from
Jul 8, 2024
Merged

fix: add support for Decimal property values #187

merged 2 commits into from
Jul 8, 2024

Conversation

doctorcooper
Copy link
Contributor

Summary

This simple adding fixes converting dictionary which contains decimal value and passing through API.

We've faced with issue that decimal values were ignored on Amplitude console on this framework, but legacy framework works well.

Checklist

  • Does your PR title have the correct title format?
  • Does your PR have a breaking change?: No

@crleona
Copy link
Collaborator

crleona commented Jul 4, 2024

Hi @doctorcooper, could you please fix the lint warnings? Otherwise, I have been working on a more comprehensive fix for Encodable support that will be ready soon.

@doctorcooper
Copy link
Contributor Author

Hello @crleona !

Fixed lint warnings. Thanks!

@crleona crleona merged commit c838bd9 into amplitude:main Jul 8, 2024
3 checks passed
@crleona
Copy link
Collaborator

crleona commented Jul 8, 2024

Thanks @doctorcooper!

@crleona
Copy link
Collaborator

crleona commented Jul 11, 2024

@doctorcooper, FYI: #192

github-actions bot pushed a commit that referenced this pull request Jul 11, 2024
# [1.7.0](v1.6.2...v1.7.0) (2024-07-11)

### Bug Fixes

* add support for Decimal property values ([#187](#187)) ([c838bd9](c838bd9))
* fix indentation issue ([#188](#188)) ([48b9a37](48b9a37))

### Features

* Improve codable support ([#192](#192)) ([1ad9796](1ad9796))
Copy link

🎉 This PR is included in version 1.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants