Closed jwoots closed 1 year ago
Great, thanks! 👍 It's out as Rebus.PostgreSql 9.0.0-alpha02 on NuGet.org now 🙂
@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:
Am I missing something or was this not added a few prereleases 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.
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.