Skip to content

Releases: yandex/odyssey

1.5.1 release candidate 7

20 Apr 10:31
0161bf2

Choose a tag to compare

Pre-release

DEALLOCATE bug fix

Full Changelog: v1.5.1-rc6...v1.5.1-rc7

1.5.1 release candidate 6

19 Apr 10:52
071ba9c

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v1.5.1-rc5...v1.5.1-rc6

1.5.1 release candidate 5

15 Apr 04:28

Choose a tag to compare

Pre-release

Fixes of several bugs from 1.5.1-rc4

Full Changelog: v1.5.1-rc4...v1.5.1-rc5

1.5.1 release candidate 4

10 Apr 05:42
0ae0746

Choose a tag to compare

Pre-release

Large rework of relay structure was done, to fix several long-standing problems and to make code cleaner.

New features so far

Full Changelog: v1.5.1-rc3...v1.5.1-rc4

1.5.1 release candidate 3

20 Feb 06:15
02ad9c2

Choose a tag to compare

Pre-release

Generally for two fixes: race on server connection open and for reduce memory consumption in relay
when dst reads slower than src produces.

Also tcmalloc and dummy built-in memory profiling support was added to investigate possible mem leaks.

What's Changed

Full Changelog: v1.5.1-rc2...v1.5.1-rc3

1.5.1 release candidate 2

10 Feb 08:28
bea3a67

Choose a tag to compare

Pre-release

This is the same candidate as 1.5.1-rc1, but fixes SIGSEGVs from ef287e0 :)

Full Changelog: v1.5.0...v1.5.1-rc2

1.5.1 release candidate 1

05 Feb 13:51
3c5fa15

Choose a tag to compare

Pre-release

Version 1.5.1 will be aimed at fixing problems, refactoring and adding uncomplicated new functionality.

This release candidate can significantly help you with large packets passing Odyssey with TLS enabled.

Fixes

New Contributors

Full Changelog: v1.5.0...v1.5.1-rc1

1.5.0

28 Jan 12:08
ba43095

Choose a tag to compare

Docker image and PGDG repository package

For purposes of easier introduce to Odyssey, public Docker image and packages at
PGDG was supported.

Now you can run odyssey with docker pull ghcr.io/yandex/odyssey:latest or apt-get install odyssey.
We will be glad to hear your feedback, you can use our Telegram chat :)

Learn more at: https://pg-odyssey.tech/quick-start.html

Special thanks for debian packages to become available to @df7cb !

Note: new releases can be available at PGDG repository after some time, day or two after the release on Github.

What's Changed

Default values changes

  • set default readahead to one page by @rkhapov in #1121
  • set pool_reserve_prepared_statement to yes by default by @rkhapov in #1174
  • enable pool_smart_discard when disabling pool_discard by @rkhapov in #1205
  • set default cache_coroutine to 256 by @rkhapov in #1207

Features

Bug fixes

Infrastructure

Full Changelog: v1.4.1...v1.5.0

1.5.0 release candidate

18 Dec 16:39
4b4edaf

Choose a tag to compare

Pre-release

What's Changed

Features

  • application_name_add_host now will add both ip and port for easier client identification by @evkuzin in #1122

Fixes

Docs

Infrastructure

New Contributors

Full Changelog: v1.4.1...v1.5.0-rc

1.4.1

24 Nov 19:25
d5ed327

Choose a tag to compare

What's Changed

Features

Infrastructure

Bug fixes

Documentation updates

AI features

New Contributors

Read more