Skip to content

Tags: yandex/odyssey

Tags

v1.5.1-rc3

Toggle v1.5.1-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
version 1.5.1-rc3 (#1259)

Signed-off-by: roman khapov <r.khapov@ya.ru>

v1.5.1-rc2

Toggle v1.5.1-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
version 1.5.1-rc2 (#1239)

v1.5.1-rc1

Toggle v1.5.1-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
preparations for 1.5.1-rc1 (#1233)

Signed-off-by: roman khapov <r.khapov@ya.ru>

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.5.0 release preparations (#1210)

Signed-off-by: roman khapov <r.khapov@ya.ru>

v1.5.0-rc3

Toggle v1.5.0-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
introduce smart_search_path_enquoting (#1195)

With this options enabled, Odyssey will pass
search_path without enquoting:
$ PGOPTIONS='--search_path=public,\ "$user",\ another' ./psql <...>
       search_path
--------------------------
 public, "$user", another
(1 row)

This work only if the value does not contains symbols
that allows to create SQL injection.

Btw, even if the injection is possible,
the search_path value is deployed after the authentication,
which means that the hacker already have an ability to execute queries.

Signed-off-by: roman khapov <r.khapov@ya.ru>

v1.5.0-rc2

Toggle v1.5.0-rc2's commit message
remove jemalloc workflow

it does test jemalloc, not odyssey

Signed-off-by: roman khapov <r.khapov@ya.ru>

v1.5.0-rc1

Toggle v1.5.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fixes for debian according to lintian (#1171)

Signed-off-by: roman khapov <r.khapov@ya.ru>

v1.5.0-rc

Toggle v1.5.0-rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix build for 18 pg (#1123)

* Fix SCRAM base64 types for PG18 headers

(cherry picked from commit 15ac0cf)
Signed-off-by: roman khapov <r.khapov@ya.ru>
Co-authored-by: Bond <783504079@qq.com>

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump actions/checkout from 5 to 6 (#1070)

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

mdb-release-2390

Toggle mdb-release-2390's commit message
Revert "Preparation for attach-time hint parsing (#824)"

This reverts commit 126dd22.