mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 01:52:45 +03:00
Release
This commit is contained in:
parent
8336379a91
commit
6c2f78a122
@ -1,3 +1,8 @@
|
||||
# 0.7.0 - Refinements and minor updates
|
||||
* Streaming now is parameterized by the size of a chunk
|
||||
* Introduced a new type `Ex`
|
||||
* Changed the suffix of statement execution functions to `Ex`
|
||||
|
||||
# 0.6.0 - Major API overhaul
|
||||
* The connection pool acquisition is now explicit and is no longer handled by the `Session` monad. This should provide for a simpler integration with other libraries.
|
||||
* The `Session` monad is now merely a convenience thing for providing a context to multiple transactions. One can run it as many times as he wants - it won't reestablish any resources any more.
|
||||
|
@ -1,7 +1,7 @@
|
||||
name:
|
||||
hasql
|
||||
version:
|
||||
0.6.0
|
||||
0.7.0
|
||||
synopsis:
|
||||
A minimalistic general high level API for relational databases
|
||||
description:
|
||||
|
Loading…
Reference in New Issue
Block a user