Recent Releases of https://github.com/climb-tre/varys

https://github.com/climb-tre/varys - Release v1.0.1

What's Changed

  • Improve configuration except block by @BioWilko in https://github.com/CLIMB-TRE/varys/pull/26

Full Changelog: https://github.com/CLIMB-TRE/varys/compare/1.0.0...1.0.1

- Python
Published by BioWilko almost 2 years ago

https://github.com/climb-tre/varys - Release v1.0.0

Release v1.0.0

What's Changed

  • A few fixes to bring Consumer and Producer in line with Pika examples by @warrickball in https://github.com/CLIMB-TRE/varys/pull/23
  • Use BlockingConnections instead of SelectConnections by @warrickball in https://github.com/CLIMB-TRE/varys/pull/24
  • Update README and expose prefetch_count by @BioWilko in https://github.com/CLIMB-TRE/varys/pull/25

Full Changelog: https://github.com/CLIMB-TRE/varys/compare/0.4.0...1.0.0

- Python
Published by BioWilko about 2 years ago

https://github.com/climb-tre/varys - Release v0.4.0

Publish to PyPI, lots of improvements

What's Changed

  • Change varys threading to use daemon = True by @BioWilko in https://github.com/CLIMB-TRE/varys/pull/7
  • Start testing Python 3.12 and drop Python 3.7 by @warrickball in https://github.com/CLIMB-TRE/varys/pull/5
  • Count logger filehandles and refactor by @warrickball in https://github.com/CLIMB-TRE/varys/pull/6
  • Properly parameterise exchange type to be usable by @BioWilko in https://github.com/CLIMB-TRE/varys/pull/9
  • Refactor setupqueue and ondeclareok into Process by @warrickball in https://github.com/CLIMB-TRE/varys/pull/8
  • Make auto-acknowledgement of received messages optional by @BioWilko in https://github.com/CLIMB-TRE/varys/pull/11
  • Add negative acknowledgement (nack) functionality and test by @BioWilko in https://github.com/CLIMB-TRE/varys/pull/14
  • Refactor some Consumer/Producer init into Process by @warrickball in https://github.com/CLIMB-TRE/varys/pull/10
  • Remove one layer from controller's in and _outchannels dicts by @warrickball in https://github.com/CLIMB-TRE/varys/pull/17
  • Implement TLS (SSL) layer by @warrickball in https://github.com/CLIMB-TRE/varys/pull/21
  • Use os.path.abspath for log file names by @warrickball in https://github.com/CLIMB-TRE/varys/pull/22

Full Changelog: https://github.com/CLIMB-TRE/varys/compare/0.3.0...0.4.0

- Python
Published by BioWilko about 2 years ago

https://github.com/climb-tre/varys - 0.3.0

What's Changed

  • Parameterise exchange type and improve message acknowledgement by @BioWilko in https://github.com/CLIMB-TRE/varys/pull/4

Full Changelog: https://github.com/CLIMB-TRE/varys/compare/0.2.0...0.3.0

- Python
Published by BioWilko over 2 years ago

https://github.com/climb-tre/varys - 0.2.0

Large refactor of code, addition of end to end testing in gh actions, varys now gracefully quits.

What's Changed

  • Fix consumer constructor kwargs in varys.receive_batch by @warrickball in https://github.com/CLIMB-TRE/varys/pull/1
  • Add continuous testing by @warrickball in https://github.com/CLIMB-TRE/varys/pull/2
  • Refactor consumer and producer into a single superclass by @warrickball in https://github.com/CLIMB-TRE/varys/pull/3

New Contributors

  • @warrickball made their first contribution in https://github.com/CLIMB-TRE/varys/pull/1

Full Changelog: https://github.com/CLIMB-TRE/varys/compare/0.1.0...0.2.0

- Python
Published by BioWilko over 2 years ago

https://github.com/climb-tre/varys - 0.1.0

Initial release of varys

- Python
Published by BioWilko over 2 years ago