Skip to content

Proper escaping and quoting for special characters #52

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

Merged
merged 1 commit into from
Mar 2, 2018

Conversation

maoe
Copy link
Owner

@maoe maoe commented Mar 2, 2018

After I merged #51, I found some discrepancies between what the official doc says and what we do in the library, namely:

  • measurements and keys have different escaping rules
  • tag values are treated in the same way as the keys

So this PR changes those types accordingly. This contains breaking changes.

@maoe maoe merged commit fd2d2bb into develop Mar 2, 2018
@maoe maoe deleted the feature/special-characters branch March 2, 2018 05:23
maoe pushed a commit that referenced this pull request Mar 5, 2018
v1.3.0

* Relax upper version bound for base ([#51](#51))
* Implement proper escaping and quoting for special characters ([#51](#51), [#52](#52))
    * Introduce the Measurement type and accompanying functions
* Fix a bug in the HTTP writer where the precision parameter is ignored when constructing requests
* Some minor doctest fixes
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