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

New methods, dependency upgrades, and code formatting improvements #9

Merged
merged 4 commits into from
Dec 27, 2024

Conversation

brianpursley
Copy link
Owner

Interface Changes:

  • Deprecated SendDelayAsync(), replaced by SendAsync() overload that takes delay as an arg
  • Added SendBatchAsync() overload that takes a delay
  • Added GetMetricsAsync() to retrieve metrics for a single queue or all queues.
  • Added GetPgmqVersionAsync() to return the version of the PGMQ extension installed in the database

Build / Dependency Changes

  • Updated Npgsql dependency from 8.0.3 to 9.0.2
  • Removed netstandard2.1 target framework, which is no longer targeted by Npgsql
  • Add additional pgmq versions to build workflow
  • Added .editorconfig to the solution
  • Applied dotnet format changes
  • Added build step to verify no formatting changes are needed
  • Updated various test dependencies

Other Changes

  • Updated README with badges and nuget link
  • Updated README with additional connection information

- Add GetPgmqVersionAsync() to return the version of the PGMQ extension installed in the database
- Deprecated SendDelayAsync(), replaced by SendAsync() overload that takes delay as an arg
- Added SendBatchAsync() overload that takes a delay
- Added GetMetricsAsync() to retrieve metrics for a single queue or all queues.
- Updated Npgsql dependency from 8.0.3 to 8.0.6
- Updated various test dependencies
- Updated README with badges and nuget link
- Added default .editorconfig (dotnet new editorconfig)
- Applied dotnet format changes
- Added build step to verify no formatting changes are needed
- Removed netstandard2.1 target framework, which is no longer targeted by Npgsql

- Updated README with additional connection information
@brianpursley brianpursley merged commit a94f889 into main Dec 27, 2024
4 checks passed
@brianpursley brianpursley deleted the pre-1.5-updates branch December 27, 2024 15:37
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