Current section

Files

Jump to
pgo CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## [Unreleased]
### Added
- Support unix domain socket host names
[#90](https://github.com/erleans/pgo/pull/90)
- Export `pgo:query/4` to support passing a connection directly to `query`
[#95](https://github.com/erleans/pgo/pull/95)
### Fixed
- Fix `pgo_handler:decode_tag` return value
[#64][https://github.com/erleans/pgo/pull/64]
## [v0.13.0 - Oct 13, 2022]
### Added
- SCRAM support -- Thanks to https://github.com/epgsql/epgsql/
- OpenTelemetry replaces OpenCensus for tracing
- Tracing is now enabled by default. Since Span operations are no-op's in
`opentelemetry_api` if no SDK (the `opentelemetry` package) is started this
doesn't change anything for anyone not using OpenTelemetry.
- `include_statement_span_attribute` option is added for enabling/disabling the
inclusion of the whole query as an attribute on the OpenTelemetry Span started
for a query.
- Create child spans for queries in a transaction