Releases: vapor/postgres-kit
Releases · vapor/postgres-kit
PostgreSQL 1.0.0 RC 4.2
22 Jun 22:23
Compare
Sorry, something went wrong.
No results found
New:
New methods for creating and dropping indexes (#84 ).
conn. create ( index: " test_idx " , on: \Planet . name) . unique. run ( )
conn. drop ( index: " test_idx " ) . run ( )
Fixed:
Upsert clause now correctly allows columns to be passed through (#81 ).
PostgreSQL 1.0.0 RC 4.1
21 Jun 22:53
Compare
Sorry, something went wrong.
No results found
Fixed:
UInt8 and Int8 now default to using SMALLINT data type (#82 ).
PostgreSQL 1.0.0 RC 4
19 Jun 23:07
Compare
Sorry, something went wrong.
No results found
New:
Upgrade to vapor/sql 2.0 protocols.
PostgreSQL 1.0.0 RC 3.0.1
15 Jun 16:14
Compare
Sorry, something went wrong.
No results found
Fixed:
Added missing foreign key actions (#76 ).
Fixed whitespace (#74 ).
PostgreSQL 1.0.0 RC 3
15 Jun 03:35
Compare
Sorry, something went wrong.
No results found
New:
Packet decoders and encoders have been optimized to parse and serialize directly into byte buffers (#72 ).
Encoders / decoders have been improved to better support nested data structures (#72 ).
New PostgreSQLQuery type allows for type-safe construction and serialization of Postgres-specific SQL queries (more information on this soon) (#72 ).
Added support for Unix domain sockets (#72 ).
Moved TableNameCache here from FluentPostgreSQL (#72 ).
Fixed:
PostgreSQL 1.0.0 RC 2.2.3
30 May 01:31
Compare
Sorry, something went wrong.
No results found
Fixed:
Fixed an issue where JSON columns would not parse correctly (#66 ).
PostgreSQL 1.0.0 RC 2.2.2
22 May 07:53
Compare
Sorry, something went wrong.
No results found
Fixed:
Invalid numeric value parsing if the fractional part started with zeroes. #68
PostgreSQL 1.0.0 RC 2.2.1
14 May 18:09
Compare
Sorry, something went wrong.
No results found
Fixed:
Removed code execution from calls to assert. (#62 , #55 )
PostgreSQL 1.0.0 RC 2.2
11 May 00:24
Compare
Sorry, something went wrong.
No results found
New:
Added support for TLS connections! (#50 , #51 , #57 )
Fixed:
Now using UInt32 for table OIDs. (#58 )
Milestone:
1.0.0-rc.2.2
PostgreSQL 1.0.0 RC 2.1
11 May 00:24
Compare
Sorry, something went wrong.
No results found
Merge pull request #52 from vapor/dbkit-gm
dbkit 1.0.0 gm