Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.12.0 #91

Merged
merged 6 commits into from
Feb 26, 2024
Merged

v3.12.0 #91

merged 6 commits into from
Feb 26, 2024

Conversation

chullybun
Copy link
Collaborator

  • Enhancement: Added new CoreEx.Database.Postgres project/package to support PostgreSQL database capabilities. Primarily encapsulates the open-source Npqsql .NET ADO database provider for PostgreSQL.
    • Added EncodedStringToUInt32Converter to support PostgreSQL xmin column encoding as the row version/etag.
  • Enhancement: Migrated sentence case logic from inside PropertyExpression into CoreEx.Text.SentenceCase to improve discoverablity and reuse opportunities.
  • Fixed: The IServiceCollection.AddAzureServiceBusClient extension method as been removed; the ServiceBusClient will need to be instantiated prior to usage. Standard approach is for consumers to create client instances independently.
  • Fixed: The WorkOrchestrator.GetAsync<T>() and WorkOrchestrator.GetAsync(string type, ..) methods were not automatically cancelling where expired.
  • Fixed: The InvokerArgs activity tracing updated to correctly capture the Exception.Message where an Exception has been thrown.
  • Internal:
    • All throw new ArgumentNullException checking migrated to the xxx.ThrowIfNull extension method equivalent.
    • All Run Code Analysis issues resolved.

@chullybun chullybun merged commit 7e45c7e into main Feb 26, 2024
2 checks passed
@chullybun chullybun deleted the v3.12.0 branch February 26, 2024 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant