Skip to content

Commit 1727b77

Browse files
committed
feat: Added version bump
1 parent ae1e9a0 commit 1727b77

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

3-
## [v1.0.0-beta.1](https://github.com/contentstack/contentstack-management-dotnet/tree/v0.11.0-beta.1)
3+
## [v1.0.0-beta.2](https://github.com/contentstack/contentstack-management-dotnet/tree/v1.0.0-beta.2)
4+
- **System.Text.Json Migration Complete (Beta)**
5+
- **✅ Core Modules STJ-Only**: Client, User, Organization, and Stack modules fully migrated
6+
- **✅ Service Layer**: All User, Organization, Stack services converted to System.Text.Json
7+
- **✅ Model Updates**: Updated constructors and service calls to use JsonSerializerOptions
8+
- **✅ Response Handling**: Implemented OpenJsonObjectResponse() for STJ-based JSON parsing
9+
- **✅ Backward Compatibility**: Non-migrated modules continue using Newtonsoft.Json
10+
- **✅ Testing Infrastructure**: Comprehensive web application for STJ validation
11+
- **Performance**: Improved JSON serialization performance and reduced memory footprint
12+
- **Architecture**: Clean separation between STJ and Newtonsoft implementations
13+
14+
## [v1.0.0-beta.1](https://github.com/contentstack/contentstack-management-dotnet/tree/v1.0.0-beta.1)
415
- **Breaking Change**
516
- **System.Text.Json Migration (Beta)**
617
- Migrated core serialization from Newtonsoft.Json to System.Text.Json

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.0.0-beta.1</Version>
3+
<Version>1.0.0-beta.2</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)