Releases: intelligentplant/AppStoreConnect.Adapters
Releases · intelligentplant/AppStoreConnect.Adapters
v5.0.3
What's Changed
- Tooling update by @wazzamatazz in #417
- Filter tags using labels by @wazzamatazz in #419
Full Changelog: v5.0.2...v5.0.3
5.0.2
5.0.1
What's Changed
- Add mitigation for GHSA-8g4q-xg66-9fp4 by @wazzamatazz in #412
Full Changelog: v5.0.0...v5.0.1
4.1.2
What's Changed
- Add mitigation for GHSA-8g4q-xg66-9fp4 by @wazzamatazz in #414
Full Changelog: v4.1.1...v4.1.2
5.0.0
Breaking Changes
TagIdentifierComparer
generates different hash codes as a result of changes in #397.- Builder types such as
TagValueBuilder
andAdapterDescriptorBuilder
now inherit from a common base class and use extension methods defined in theDataCore.Adapter
namespace to add, remove and clear properties to/from the builder.
What's Changed
- Reduce allocations when generating hash code for TagIdentifier by @wazzamatazz in #397
- Builder type improvements by @wazzamatazz in #398
- Merge staged changes by @wazzamatazz in #400
- Fix BOM validation error by @wazzamatazz in #402
- Add custom string cache by @wazzamatazz in #403
- Add Count and Size properties to StringCache by @wazzamatazz in #404
- Mitigation for CVE-2024-30105/GHSA-hh2w-p6rv-4g7w by @wazzamatazz in #406
- Use OTLP exporter in adapter host template by @wazzamatazz in #408
- Update package references by @wazzamatazz in #409
- Update tutorial to use v5 packages and template by @wazzamatazz in #410
- V5.0.0 release prep by @wazzamatazz in #411
Full Changelog: v4.1.1...v5.0.0
5.0.0-pre.1467
What's Changed
- Add Count and Size properties to StringCache by @wazzamatazz in #404
- Mitigation for CVE-2024-30105 by @wazzamatazz in #406
Full Changelog: v5.0.0-pre.1458...v5.0.0-pre.1467
4.1.1
What's Changed
- Fix BOM validation error by @wazzamatazz in #401
- CVE-2024-30105 mitigation by @wazzamatazz in #407
Full Changelog: v4.1.0...v4.1.1
5.0.0-pre.1458
What's Changed
- Add custom string cache by @wazzamatazz in #403
Full Changelog: v5.0.0-pre.1455...v5.0.0-pre.1458
5.0.0-pre.1455
Breaking Changes
This release contains breaking changes:
TagIdentifierComparer
generates different hash codes as a result of changes in #397.- Builder types such as
TagValueBuilder
andAdapterDescriptorBuilder
now inherit from a common base class and use extension methods defined in theDataCore.Adapter
namespace to add, remove and clear properties to/from the builder.
What's Changed
- Reduce allocations when generating hash code for TagIdentifier by @wazzamatazz in #397
- Builder type improvements by @wazzamatazz in #398
- Fix BOM validation error by @wazzamatazz in #402
Full Changelog: v4.1.0...v5.0.0-pre.1455
4.1.0
What's Changed
- Enforce UTC conversion when serializing DateTime instances by @wazzamatazz in #394
Full Changelog: v4.0.2...v4.1.0