Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrRogov committed Sep 10, 2024
1 parent 541635c commit afc2f75
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="v.2.1.6"></a>
# [v2.1.6 (v.2.1.6)](https://github.com/AleksandrRogov/DynamicsWebApi/releases/tag/v.2.1.6) - 10 Sep 2024

**Changes**
- :warning: Deprecated: `fieldName` in request properties for `deleteRecord`, `uploadFile`, `downloadFile`. Please use `property` instead.
- Curly brackets won't be removed from the GUIDs inside `filter` if the value that contains the GUID is inside single quotes, which means it's a string. This is an improvement of an existing functionality.
Before: `"attribute eq 'some text {GUID} more text'"` would result in `"attribute eq 'some text GUID more text'"`
Now: `"attribute eq 'some text {GUID} more text'"` stays the same `"attribute eq 'some text {GUID} more text'"`
- Improving performance by pre-compiling and optimizing regular expressions.
- General refactoring to improve code readability.

[Changes][v.2.1.6]


<a name="v2.1.5"></a>
# [v2.1.5](https://github.com/AleksandrRogov/DynamicsWebApi/releases/tag/v2.1.5) - 11 Jul 2024

Expand Down Expand Up @@ -963,6 +977,7 @@ Added:
[Changes][v1.2.0]


[v.2.1.6]: https://github.com/AleksandrRogov/DynamicsWebApi/compare/v2.1.5...v.2.1.6
[v2.1.5]: https://github.com/AleksandrRogov/DynamicsWebApi/compare/v2.1.4...v2.1.5
[v2.1.4]: https://github.com/AleksandrRogov/DynamicsWebApi/compare/v2.1.3...v2.1.4
[v2.1.3]: https://github.com/AleksandrRogov/DynamicsWebApi/compare/v1.7.12...v2.1.3
Expand Down

0 comments on commit afc2f75

Please sign in to comment.