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

Issue69 - fix binary exact case setting #72

Merged
merged 2 commits into from
Jun 21, 2021

Conversation

GordonSo
Copy link
Owner

Fix issue #69

Attribute binary should use exact case.
The schema will be invalid if False is provided.
Note, as per https://tools.ietf.org/html/rfc7643#section-2.2 exact case is False if not provided.

As such this can be a 'breaking change' due to behaviour change.

Using version 0.3.01 instead of 0.2.95.

@GordonSo GordonSo merged commit 01b66c9 into develop Jun 21, 2021
GordonSo added a commit that referenced this pull request Jun 21, 2021
* Main (#65)

* bump 0.2.89 (#55)

* update branch naming (#50) (#52)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* v0.2.89 - fix uniqueness (#54)

* update branch naming (#50)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* bump version 0.2.89

* fix uniqueness

* fixed style

* Release - 0.2.91 (#61)

* bump 0.2.89 (#55) (#56)

* update branch naming (#50) (#52)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* v0.2.89 - fix uniqueness (#54)

* update branch naming (#50)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* bump version 0.2.89

* fix uniqueness

* fixed style

* bump-version-0.2.90 (#57)

* bump-version-0.2.90

* added type hint and fixed version

* mypy

* mypy

* Bump version 0.2.91 (#60)

* bump version 0.2.91

* PEP-561 - add py.typed

* Main (#67)

* bump 0.2.89 (#55)

* update branch naming (#50) (#52)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* v0.2.89 - fix uniqueness (#54)

* update branch naming (#50)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* bump version 0.2.89

* fix uniqueness

* fixed style

* Release - 0.2.91 (#61)

* bump 0.2.89 (#55) (#56)

* update branch naming (#50) (#52)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* v0.2.89 - fix uniqueness (#54)

* update branch naming (#50)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* bump version 0.2.89

* fix uniqueness

* fixed style

* bump-version-0.2.90 (#57)

* bump-version-0.2.90

* added type hint and fixed version

* mypy

* mypy

* Bump version 0.2.91 (#60)

* bump version 0.2.91

* PEP-561 - add py.typed

* Bump version 0.2.93 (#66)

* bump 0.2.89 (#55)

* update branch naming (#50) (#52)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* v0.2.89 - fix uniqueness (#54)

* update branch naming (#50)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* bump version 0.2.89

* fix uniqueness

* fixed style

* Release - 0.2.91 (#61)

* bump 0.2.89 (#55) (#56)

* update branch naming (#50) (#52)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* v0.2.89 - fix uniqueness (#54)

* update branch naming (#50)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* bump version 0.2.89

* fix uniqueness

* fixed style

* bump-version-0.2.90 (#57)

* bump-version-0.2.90

* added type hint and fixed version

* mypy

* mypy

* Bump version 0.2.91 (#60)

* bump version 0.2.91

* PEP-561 - add py.typed

* bump verison 0.2.92

* bump-version-0.2.93

* Issue68 - fix datetime attribute (#70)

* bump version 0.2.94

* fixed datetime dictionary key

* Issue69 - fix binary exact case setting (#72)

* bump version 0.3.01

* Set binary case exact to True only
@GordonSo GordonSo self-assigned this Jun 21, 2021
GordonSo added a commit that referenced this pull request Jun 21, 2021
* Main (#65)

* bump 0.2.89 (#55)

* update branch naming (#50) (#52)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* v0.2.89 - fix uniqueness (#54)

* update branch naming (#50)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* bump version 0.2.89

* fix uniqueness

* fixed style

* Release - 0.2.91 (#61)

* bump 0.2.89 (#55) (#56)

* update branch naming (#50) (#52)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* v0.2.89 - fix uniqueness (#54)

* update branch naming (#50)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* bump version 0.2.89

* fix uniqueness

* fixed style

* bump-version-0.2.90 (#57)

* bump-version-0.2.90

* added type hint and fixed version

* mypy

* mypy

* Bump version 0.2.91 (#60)

* bump version 0.2.91

* PEP-561 - add py.typed

* Main (#67)

* bump 0.2.89 (#55)

* update branch naming (#50) (#52)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* v0.2.89 - fix uniqueness (#54)

* update branch naming (#50)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* bump version 0.2.89

* fix uniqueness

* fixed style

* Release - 0.2.91 (#61)

* bump 0.2.89 (#55) (#56)

* update branch naming (#50) (#52)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* v0.2.89 - fix uniqueness (#54)

* update branch naming (#50)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* bump version 0.2.89

* fix uniqueness

* fixed style

* bump-version-0.2.90 (#57)

* bump-version-0.2.90

* added type hint and fixed version

* mypy

* mypy

* Bump version 0.2.91 (#60)

* bump version 0.2.91

* PEP-561 - add py.typed

* Bump version 0.2.93 (#66)

* bump 0.2.89 (#55)

* update branch naming (#50) (#52)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* v0.2.89 - fix uniqueness (#54)

* update branch naming (#50)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* bump version 0.2.89

* fix uniqueness

* fixed style

* Release - 0.2.91 (#61)

* bump 0.2.89 (#55) (#56)

* update branch naming (#50) (#52)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* v0.2.89 - fix uniqueness (#54)

* update branch naming (#50)

* update branch naming

* Bump version 0.2.88 (#51)

* bump-version-0.2.87

* bump-version-0.2.88

* bump version 0.2.89

* fix uniqueness

* fixed style

* bump-version-0.2.90 (#57)

* bump-version-0.2.90

* added type hint and fixed version

* mypy

* mypy

* Bump version 0.2.91 (#60)

* bump version 0.2.91

* PEP-561 - add py.typed

* bump verison 0.2.92

* bump-version-0.2.93

* Issue68 - fix datetime attribute (#70)

* bump version 0.2.94

* fixed datetime dictionary key

* Issue69 - fix binary exact case setting (#72)

* bump version 0.3.01

* Set binary case exact to True only
@GordonSo GordonSo deleted the ISSUE69---fix-binary-exact-case-setting branch September 8, 2021 15:21
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

Successfully merging this pull request may close these issues.

1 participant