Releases: hhatto/poyonga
Releases · hhatto/poyonga
Version 0.6.0
What's Changed
- add https protocol by @tetsuo-dance in #17
- ci: update Python versions by @kou in #19
- enable Dependabot for GitHub Actions by @kou in #20
- Bump actions/checkout from 2 to 4 by @dependabot in #22
- arrow: add support for error message by @kou in #21
- modernize by @hhatto in #25
- improve select result with apache arrow output type by @hhatto in #24
- Provide enum for input output type by @hhatto in #26
- add code formatter by @hhatto in #27
- Add support for trace log by @kou in #28
New Contributors
- @tetsuo-dance made their first contribution in #17
- @dependabot made their first contribution in #22
Full Changelog: ver0.5.0...ver0.6.0
Version 0.5.0
- suppport Apache Arrow format
select
command #15 (Thanks @kou)load
command #16- add example. see https://github.com/hhatto/poyonga/tree/master/examples/groonga_microblog_tutorial
Version 0.4.1
- Add support for loading data by POST in HTTP (Thanks @kou)
Version 0.4.0
- requirement Python 3.6 and higher version
- improved debugging for
GroongaResult
(Thanks @kou)
Version 0.3.1
bug fix
- Fix cmd length on Python3 (Thanks @hatotank 👍 )