rebus-org / Rebus.PostgreSql

:bus: PostgreSQL persistence for Rebus
https://mookid.dk/category/rebus
Other
18 stars 21 forks source link

fix() : cleanup sent outbox messages #37

Closed jwoots closed 1 year ago

jwoots commented 1 year ago

Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

mookid8000 commented 1 year ago

Great, thanks! 👍 It's out as Rebus.PostgreSql 9.0.0-alpha02 on NuGet.org now 🙂

sjd2021 commented 1 year ago

@mookid8000 Any issues cutting a stable release for this now? It seems the lingering issues have been addressed. Just to confirm - Rebus.PostgreSql 9.x is the first version to support Rebus 8? Looking at the changelog in this PR, that's what it looks like.

edit: For some reason, the only methods I can see for UsePostgres don't allow you to specify the schema which is weird because it's been added as a private method. These two methods are just passing in nothing for that parameter, so it defaults to null:

image

Am I missing something or was this not added a few prereleases ago?

mookid8000 commented 1 year ago

I won't publish a stable version until Rebus is out as a proper v8, so you'll have to work with the prerelase versions for a while still 🙂

I've just gone over the configuration methods and exposed the schema name in all of the available configuration methods. It's out as Rebus.PostgreSql 9.0.0-alpha03 on NuGet.org now.