ArieGato / serilog-sinks-rabbitmq

Serilog Sink for RabbitMq
Apache License 2.0
53 stars 51 forks source link

Upgrade serilog to 3.1.1 gives errors #130

Closed zelda1link3 closed 5 months ago

zelda1link3 commented 6 months ago

When upgrading to the newest serilog the rawformatting is deleted. I think this needs to be removed and changed to compactjsonformatter.

see:

https://github.com/serilog/serilog/pull/1808/commits/8c5914d8284c60b54f9fded30f936bd15ca14a55

zelda1link3 commented 6 months ago

I see that you already changed it in the #125 . Is there an eta on a new version?

ArieGato commented 6 months ago

I cannot give an estimate right now. I did some refactoring and I want to make sure everything is working as expected. My best guess would be in about two weeks or so.

zelda1link3 commented 6 months ago

That would be great for us. Can u use any help in testing or refactoring if so please let me know so i can help.

ArieGato commented 6 months ago

I setup the ci build to push packages to the github feed. Feel free to give it try.

ArieGato commented 6 months ago

@zelda1link3

The first prerelease has been published on nuget.org: https://www.nuget.org/packages/Serilog.Sinks.RabbitMQ/7.0.0-pre.44

Please let us know if you find any issues with it.

sungam3r commented 5 months ago

Closed as completed and due to lack of feedback.