mirage-sql / mirage

Mirage-SQL - the SQL Centric Database Access Library for Java
Apache License 2.0
59 stars 21 forks source link

Mirage-SQL 2.1.0 #59

Closed ahamana closed 5 years ago

ahamana commented 6 years ago

The version 2.1.0 is written on the README, but it has not been published. If the release schedule has been planed, could you please let me know it?

aadrian commented 6 years ago

@ahamana the readme was merged too early (but for all new modules). The plan is: https://github.com/mirage-sql/mirage/milestones

The changes so far: https://github.com/mirage-sql/mirage/wiki/Releases

ahamana commented 6 years ago

@aadrian Many thanks for the info.

ahamana commented 6 years ago

If the release schedule has been planed, could you please let me know?

aadrian commented 6 years ago

@ahamana unfortunately the new experimental "Map as Entity" functionality: https://github.com/mirage-sql/mirage/commit/b20b020a70e2252ffb764a3f86f3b04b23440e89 is still buggy, so I delayed the release :( .

I still hope to have it working and make a release this month.

ahamana commented 6 years ago

@aadrian Thanks for your quick reply, I see.

ahamana commented 6 years ago

@aadrian Is "Map as Entity" functionality still buggy?

aadrian commented 6 years ago

@ahamana unfortunately it still is :( . Sorry but I haven't made any relevant progress on this issue yet :( .

I'm trying now to implement it as a separate feature however.

ahamana commented 6 years ago

@aadrian Many thanks for your quick reply. I'm looking forward to use the new version.

ahamana commented 5 years ago

@aadrian Has the next release been called off?

takezoe commented 5 years ago

@ahamana I will release the current master as 2.1.0.

takezoe commented 5 years ago

Released Mirage 2.1.0: https://github.com/mirage-sql/mirage/releases/tag/2.1.0 It will be also available from Maven central repository after a while.

ahamana commented 5 years ago

@takezoe Thanks for releasing the new version!