All Versions
21
Latest Version
Avg Release Cycle
90 days
Latest Release
2333 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.2.11 Changes
January 11, 2014- ๐ LISTEN/NOTIFY support for PostgreSQL
- ๐ Driver logs prepared statement data for PostgreSQL calls when logging is set to debug - #77;
- ๐ฒ MySQL and PostgreSQL drivers log network bytes read/written when logging is set to trace;
- PostgreSQL now correctly sends JSON to JSON fields without requiring a cast - #75;
- ๐จ LocalDateTime is not printed (driver fails silently) - #74;
- ๐ Support for ENUM types on PostgreSQL - #75;
- ๐ Allow configuring the execution context used by PostgreSQL connections - #72
- ๐ Naming executors so we can see the threads created - #71
-
v0.2.10 Changes
December 18, 2013- โ Removed application_name from PostgreSQL default connection values - #70
-
v0.2.9 Changes
December 01, 2013- ๐ PostgreSQL driver cannot parse value set by current_timestamp with timezone - #51
- โ Add AsyncObjectPool.use to combine take and giveBack - #53
- โ Add support for postgres interval type as Period - #56
- Connection mutex improvements for issue - #59
- ๐ Improve URL parser to allow missing hostname/dbname - #64
- Decode OIDs as Long - #62
- ๐ Improve placeholders and prepared statement handling - #65
- ResultSet.columnNames order does not match ResultSet order - #61
- โ Add Connection.inTransaction to wrap queries in a transaction block - #54
- โ Add support for MySQL BINARY/VARBINARY types - #55
-
v0.2.8 Changes
September 24, 2013- ๐ Validate the number of parameters for prepared statements - fixes #47
- โ Adding support for MySQL BIT type - fixes #48
- ๐ Use the rows count as the affected rows for MySQL also - fixes #46
-
v0.2.7 Changes
September 09, 2013- โฌ๏ธ Upgrading Netty to 4.0.9
- โฌ๏ธ Removing direct dependency on
logback
and making it depend on SFL4J only, upgrading JodaTime - by @kxbmap - MySQL doesn't set columnNames in QueryResult - #42
- ๐ Timestamps with microseconds fail to be parsed on PostgreSQL - #41
-
v0.2.5 Changes
- ๐ Allow the ClientSocketChannelFactory and ExecutionContext to be given at the connections instead of always using the driver provided ones - #38
- โฌ๏ธ Upgraded to Netty 4 - @normanmaurer
-
v0.2.4 Changes
July 06, 2013- Mysql driver fails for null TIMESTAMP
- Mysql driver fails for big strings (TEXT)
- ๐ Support (auto convert) Option in prepared stmt parameters - @magro - #30
- ๐ Allow database connections strings without port, username and password - @magro - #32
- ๐ Support 'postgres' protocol in heroku like db urls - @magro - #33
- ๐ Fix jdbc:postgresql url format to use 'user' instead 'username' - @magro - #35
-
v0.2.3 Changes
May 21, 2013- โฌ๏ธ Upgraded Netty to 3.6.6.Final
- โ Added support for
timestamp(n)
values on MySQL - โก๏ธ Updated docs to reference MySQL's 5.6 support for microseconds - @theon
- MySQL driver returns DateTime instead of LocalDateTime when in text protocol - #24
-
v0.2.2 Changes
May 18, 2013- ๐ Implement MySQL support, should be able to execute common statements, prepared statements and login with password (#9)
- Concurrency problem for multiple queries - @fwbrasil - #18
- ๐ Support prepared statement with more than 64 characters on PostgreSQL - @fwbrasil - #16
- Do not accept returned connections to pool that aren't ready for query - @fwbrasil - #15
- Multiple executions of a prepared statement that doesn't return rows fail - @fwbrasil - #13
- โก๏ธ Optimize match/cases to
@switch
(#10) - Reimplement the PostgreSQLMD5Digest.java in Scala - (#8)
-
v0.1.1 Changes
April 30, 2013- Query promises fulfilled before cleaning up the query promise cause the futures to either hang forever or fail with a "query already running" message (#2)
- โก๏ธ Optimize MessageEncoder to use a match instead of a map (#3)
- MessageDecoder should validate sizes and correctly handle negative or too large messages (#4)
- ๐ฆ Move generic pool classes to the com.github.mauricio.async.db package (#9)