Skip to content

Commit afc2f75

Browse files
update changelog
1 parent 541635c commit afc2f75

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="v.2.1.6"></a>
2+
# [v2.1.6 (v.2.1.6)](https://github.com/AleksandrRogov/DynamicsWebApi/releases/tag/v.2.1.6) - 10 Sep 2024
3+
4+
**Changes**
5+
- :warning: Deprecated: `fieldName` in request properties for `deleteRecord`, `uploadFile`, `downloadFile`. Please use `property` instead.
6+
- 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.
7+
Before: `"attribute eq 'some text {GUID} more text'"` would result in `"attribute eq 'some text GUID more text'"`
8+
Now: `"attribute eq 'some text {GUID} more text'"` stays the same `"attribute eq 'some text {GUID} more text'"`
9+
- Improving performance by pre-compiling and optimizing regular expressions.
10+
- General refactoring to improve code readability.
11+
12+
[Changes][v.2.1.6]
13+
14+
115
<a name="v2.1.5"></a>
216
# [v2.1.5](https://github.com/AleksandrRogov/DynamicsWebApi/releases/tag/v2.1.5) - 11 Jul 2024
317

@@ -963,6 +977,7 @@ Added:
963977
[Changes][v1.2.0]
964978

965979

980+
[v.2.1.6]: https://github.com/AleksandrRogov/DynamicsWebApi/compare/v2.1.5...v.2.1.6
966981
[v2.1.5]: https://github.com/AleksandrRogov/DynamicsWebApi/compare/v2.1.4...v2.1.5
967982
[v2.1.4]: https://github.com/AleksandrRogov/DynamicsWebApi/compare/v2.1.3...v2.1.4
968983
[v2.1.3]: https://github.com/AleksandrRogov/DynamicsWebApi/compare/v1.7.12...v2.1.3

0 commit comments

Comments
 (0)