Azure specific components .NET Changelog
3.8.0 (2025-03-21)
Breaking Changes
- Migrate from Application Insights instrumentation keys to connection strings
3.7.0 (2023-12-15)
Breaking Changes
3.6.6 (2023-12-14)
Breaking Changes
- Excluded CosmosDB dependencies (throughput functionality)
3.6.0-3.6.5 (2023-04-27)
Breaking Changes
- Migration from Microsoft.Azure.* packages to Azure.* :
- CloudStorageTableLock
- StorageMessageQueue
- ServiceBusMessageTopic
- ServiceBusMessageQueue
3.5.1 (2023-01-24)
Breaking Changes
Note
It was a mistaken version number. The package has 3.4.1 number.
3.5.0 (2022-11-02)
Breaking Changes
- Since version 3.5.0 .NET below 6.0 has been deprecated.
- More details: https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-and-net-core
Features
- Added supports for Azure functions services, containers and clients
- Updated dependencies
3.4.0 (2022-08-04)
Breaking Changes
3.3.0-3.3.2 (2021-12-03)
Features
- Clean-up and adjusted implementation of ServiceBusMessageTopic
Bug Fixes
- Added missing parameterless constructors to ServiceBusMessageTopic, ServiceBusMessageQueue
Breaking Changes
3.2.6 (2021-07-26)
- Added backward compatibility for messaging
3.2.0-3.2.4 (2021-07-20)
Features
- Updated references as PipServices3.Components and PipServices3.Messaging have got minor changes
3.1.6 (2021-05-12)
Features
- Update PipServices3.MongoDb dependency
3.1.5 (2020-11-10)
Features
- Removed IsLocked method from CloudStorageTableLock
3.1.4 (2020-11-10)
Features
- Added IsLocked method to CloudStorageTableLock
3.1.2-3.1.3 (2020-06-29)
Features
- Implemented support backward compatibility
- Updated AppInsights telemetry configuration
3.1.0-3.1.1 (2020-05-28)
Breaking Changes
- Migrated to .NET Core 3.1
3.0.0-3.0.15 (2020-03-20)
Features
- queues Add ServiceBusMessageTopic and ServiceBusMessageQueue
- lock Add CloudStorageLock
- metrics Add CosmosDbMetricsService
- persistence Add CosmosMongoDbPartitionPersistence
- auth Extended KeyVault client
Breaking Changed
- Updated dependencies to version 3.0
- Added ‘pip-services’ descriptors
2.1.0 (2017-05-17)
Features
- Migrated to Service Fabric 2.6 and latest versions of WindowsAzure.ServiceBus and WindowsAzure.Storage
2.0.0 (2017-02-27)
Breaking Changes
- Migrated to pip-services3 2.0
1.0.0 (2016-12-10)
Initial public release
Features
- auth KeyVault client
- config Secure KeyVaultConfigReader
- count AppInsights counters
- log AppInsights logger
- messaging Azure Storage and Service Bus queues
Bug Fixes
- Updated documentation
- Added checks for open state in queues
- Added dynamic creation of temporary subscriptions for Service Bus topics