Releases: jbaldwin/libwingmysql
Releases · jbaldwin/libwingmysql
v2020.3 values return optionals
v2020.2
v2020.1
- New versioning schema, .
- Added CI
- Removed lift::Eventloop and libuv worker threads in favor of lift::Executor
- Executors will spin up worker threads to execute queries synchronously.
- API allows for a callback on completion (executed on worker thread)
- API allows for a future to be returned to block on/check if completed.
- Added pthread id + os thread_id for renaming/monitoring threads.
- Added code coverage (not great yet but WIP)
- Namespaced the example projects with "wing_" prefix to not nameclash with other projects.
- Simplified the wing::GobalScopeInitiaizer{} so there is only one way to use it.
- Played around with a std::atexit() for issuing the mysql_library_end(), it didn't appear to work correctly.
clang-format and cleanup of api
v1.1 clang-format with WebKit
Tagging first release
v1.0 Allow MySQL communication to happen over unix domain sockets