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

support new UUID format #38

Closed
koshilife opened this issue Oct 20, 2021 · 1 comment
Closed

support new UUID format #38

koshilife opened this issue Oct 20, 2021 · 1 comment

Comments

@koshilife
Copy link
Owner

koshilife commented Oct 20, 2021

refs #37

Calendly has updated their UUID format that uses "-" and so the regex that was used to identify the UUID was not working. I have updated the regex to be able to identify a UUID like "3d9c2990-e847-458d-95dc-e1cf6a7ec745".

Following is a quote of the official release note.

October 2021 Updates
UUID format is now updated

We've updated the length and formatting of UUID to 255 characters and ASCII for newly created Users and Organizations. This change will not affect existing UUIDs. As mentioned in our API Conventions, we recommend using URI to identify the resources instead of an ID to avoid any disruption to your integrations.

koshilife added a commit that referenced this issue Oct 20, 2021
- define ModelUtil::UUID_FORMAT and use it in Model::UUID_RE.
- add test cases.
@koshilife
Copy link
Owner Author

koshilife commented Oct 20, 2021

Hi @jameswilliamiii,

We released your PR as v0.8.1.
Thanks for your contribution.

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

No branches or pull requests

1 participant