Skip to content

Releases: MonetDB/pymonetdb

1.5.0

20 Oct 08:55
0fddc29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.1...1.5.0

1.4.1

17 Dec 12:57
Compare
Choose a tag to compare

1.4.1

changes since 1.4.0

  • Support day interval type enhancement (#81)
  • Add MBR type (#82)

1.4.0

01 Nov 09:17
Compare
Choose a tag to compare

changes:

  • Switch to Github Actions #78
  • SQLSTATE error code removed from error messages #75
  • Separate SQL errors from connection errors during query execution #74
  • Connection refused log message when everything is fine #71
  • Fix blob handling (#67)
  • Drop python < 3.5 support (#65)

1.3.1

30 Apr 07:47
Compare
Choose a tag to compare

1.3.1

changes since 1.3.0

  • Profiler changes (#68)

1.3.0

18 Feb 11:01
Compare
Choose a tag to compare

1.3.0

This is the last release to officially support Python < 3.5.

changes since 1.2.1

  • Change logger.warn to logger.info (#64)
  • Add IPv6 support enhancement (#58)
  • Type analysis for OIDs (#44)
  • Fix mypy errors (#48)
  • Check PEP-249 compatibility #38)

1.2.1

17 Sep 15:06
Compare
Choose a tag to compare

changes since 1.2.0

  • Get MonetDB profiler events (#35)
  • low level MAPI interface: Increase the return array size? (#33)
  • Complete cleanup (#46)
  • Enable TCP_KEEPALIVE to keep consistent with stream.c (#34)

1.1.1

25 Oct 12:48
Compare
Choose a tag to compare

1.1.1

changes since 1.1.0

  • fix error made while making static code analysis happy (#30)

1.1.0: Exporting Python UDFs Using the Python Client (#26)

20 Oct 11:23
Compare
Choose a tag to compare

closed issues:

  • Exporting Python UDFs Using the Python Client #26
  • Make description a named tuple #3
  • Add license file #25
  • Don't use nose anymore #29
  • Pymonetdb.control doesn't work over tcp #28
  • Drop python 2.6 support #27
    *Uupcoming monetdb version will have more complicate error messages #24

1.0.6

03 Jul 11:09
Compare
Choose a tag to compare

changes since 1.0.5:

  • add timeout for server connection (#22)
  • Queries ending with comments fail to execute (#20)
  • Compatibility with upcoming query id field in result sets and update responses (#19)

minor improvements

20 Jan 10:33
Compare
Choose a tag to compare

1.0.5

changes since 1.0.4:

  • fix cutoff long packets with utf-8 characters (#16)
  • In python3 next has been renamed to next (#17)