Releases: whitestone-no/Cambion
Releases · whitestone-no/Cambion
4.0.1
- Bump Azure.Identity from 1.0.0 to 1.11.0 for security reasons (CVE-2024-29992)
4.0.0
- Bump Microsoft core packages according to .NET Package Maintenance (deprecation) (#12)
- Bump
Newtonsoft.Json
to 13.0.2 for security reasons (#11) - Use the new and recommended
Azure.*
packages instead of the oldMicrosoft.Azure.*
. This applies to theWhitestone.Transport.AzureServiceBus
package and relates to the use ofCreateTopicOptions
instead ofTopicDescription
(as well as for the corresponding Subscription classes). See documentation for details.
3.0.0
- Converted to use Dependency Injection and .NET hosting (#6)
- Added usage of ILogger. (#7)
- Converted threads to tasks, and use
async
wherever possible (#8) - Added new serializer: MessageSharp (#9)
- Refactor solution/project structure for more organized tests. Also added more tests, both unit and integration tests
- Documentation updated to reflect functional changes
2.1.0
2.0.0
1.0.1
- Converted projects to .NET Standard for increased portability
- Removed explicit MEF support as this would be differently supported in i.e. .NET Framework vs. .NET Core
See documentation for examples of how to use v1.0.1 with MEF
1.0.0
Initial release