Skip to content

Releases: vapor/postgres-nio

PostgresNIO 1.0.0 Alpha 1.5

15 Oct 00:29
Compare
Choose a tag to compare
Pre-release
  • PostgresData now conforms to PostgresDataConvertible. (#51, #43)

PostgresNIO 1.0.0 Alpha 1.4

12 Aug 20:32
13ae955
Compare
Choose a tag to compare
Pre-release

New:

  • Improved PostgresData.description (also improves PostgresRow.description) (#49)

Fixed:

  • Fixed numerous uses of ByteBuffer "unsafe" APIs (#44, #45, #46, #47, #48)

PostgresNIO 1.0.0 Alpha 1.3

25 Jun 22:01
020658a
Compare
Choose a tag to compare
Pre-release

New:

  • PostgresData(bytes:) and postgresData.bytes methods for going to / from [UInt8] (#38)
  • Foundation.Data now conforms to PostgresDataConvertible (#38)
  • PostgresData(jsonb:) and postgresData.jsonb() methods for going to / from JSON (#36)
  • New PostgresJSONBCodable protocol for allowing codable types to automatically serialize as JSONB (#36)

PostgresNIO 1.0.0 Alpha 1.2

12 Jun 03:51
4c008b8
Compare
Choose a tag to compare
Pre-release

New:

  • Added Bool support to PostgresData. (#32, #33)

PostgresNIO 1.0.0 Alpha 1.1

07 Jun 19:36
7a6536f
Compare
Choose a tag to compare
Pre-release

New:

  • Conforms UUID to PostgresDataConvertible
  • Conforms Optional to PostgresDataConvertible
  • Conforms PostgresData to CustomDebugStringConvertible

PostgresNIO 1.0.0 Alpha 1

06 Jun 20:04
Compare
Choose a tag to compare