All Versions
26
Latest Version
Avg Release Cycle
153 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v0.5.0 Changes
- ⬆️ Bump version 0.5.0 [2014-12-13 23:16:28 +0100]
- ⏱ Graceful timeout handling using KILL QUERY [2014-12-13 23:03:43 +0100]
- Avoid dict:is_empty/1 for compat with old OTP versions [2014-12-10 23:13:11 +0100]
- ➕ Add parametrized queries to README [2014-12-10 23:06:33 +0100]
- Parametrized queries using cached prep. stmts [2014-12-10 22:59:54 +0100]
- 📄 docs and specs [2014-12-10 22:39:41 +0100]
- 🛠 Fixes test for R16B by avoiding sys:get_state/1 [2014-12-09 13:30:00 +0100]
- Implements selecting db in the connection phase [2014-12-09 10:47:15 +0100]
- 🔀 Merges mysql_connection with mysql [2014-12-09 10:08:36 +0100]
-
v0.4.0 Changes
- ⬆️ Bump version 0.4.0: changed value representation for some types [2014-12-08 02:00:30 +0100]
- DECIMAL(P,S) as int/float/binary depending on P and S [2014-12-08 01:41:41 +0100]
- Implements BIT(N) <--> bitstring() of length N [2014-12-07 19:53:30 +0100]
- 🛠 Fixes decode TINYINT as signed in binary protocol [2014-12-07 19:12:31 +0100]
- 🔨 Refactoring [2014-12-07 19:11:11 +0100]
-
v0.3.0 Changes
- ⬆️ Bump version 0.3.0 [2014-12-04 00:40:23 +0100]
- Add option {name, ServerName} and mysql_connection:start_link/1 [2014-12-04 00:36:25 +0100]
- Send goodbye when terminating [2014-12-03 10:49:06 +0100]
- Minor text changes [2014-12-03 01:13:41 +0100]
- Named prepared statements + unprepare/2 + {error, not_prepared} for execute/3 [2014-12-03 01:11:35 +0100]
- 👉 Makefile rules for gh-pages [2014-12-01 22:46:57 +0100]
- 📚 Documentation [2014-12-01 02:06:34 +0100]
-
v0.2.0 Changes
- ➕ Add autocommit/1 [2014-11-30 17:00:50 +0100]
- in_transaction/1 (related to #7) [2014-11-30 16:42:34 +0100]
- Edoc and spec [2014-11-30 15:46:15 +0100]
- 💅 Implements simple mnesia style transactions (#7) [2014-11-29 22:51:42 +0100]
- 🔄 Changed transaction example [2014-11-29 12:56:57 +0100]
- Notes about LGPL + logo fix [2014-11-28 22:17:51 +0100]
- 🔄 Change license to LGPL [2014-11-28 21:05:48 +0100]
- 🏗 Set up Travis build [2014-11-27 03:03:34 +0100]
- Typo in travis file [2014-11-27 02:03:58 +0100]
- ➕ Adds travis ci file [2014-11-27 02:00:56 +0100]
- ➕ Adds note on license compatibility issues [2014-11-25 19:06:28 +0100]
-
v0.1.1 Changes
- Patch version [2014-11-27 01:25:41 +0100]
- Error message formatting [2014-11-27 01:24:00 +0100]
- 🔌 Fixes handshake for servers without CLIENT_PLUGIN_AUTH [2014-11-27 01:23:33 +0100]
- EDoc overview page and custom CSS [2014-11-25 02:07:53 +0100]
-
v0.1.0 Changes
- ⬆️ Bump version [2014-11-24 22:46:34 +0100]
- Negative TIME, microseconds in TIME and DATETIME, new TIME representation [2014-11-24 22:45:24 +0100]
- ✅ How to run the tests [2014-11-23 13:04:21 +0100]
- 📇 Renames some functions [2014-11-20 19:33:44 +0100]
- ⚡️ Update README.md [2014-11-18 10:26:44 +0100]
- ⚡️ Update README.md [2014-11-18 10:09:43 +0100]
- 👀 Float rounding; see #4 [2014-11-18 09:28:46 +0100]
- Binary protocol [2014-11-15 19:25:27 +0100]
- ➕ Adds a failing test for float (precicion loss) [2014-11-05 09:30:24 +0100]
- 🔨 Refactoring [2014-11-05 09:12:18 +0100]
- Prepared statements without params (bin protocol) [2014-11-04 22:03:09 +0100]
- ➕ Add licence information [2014-11-04 18:01:53 +0100]
- ✅ Test for password hash [2014-11-03 00:14:41 +0100]
- 🛠 Prepared statements partially + various fixes [2014-11-02 23:52:02 +0100]
- ⏱ Use the timeout option in all TCP recv calls [2014-11-02 22:47:26 +0100]
- Comments and errors [2014-11-02 22:46:40 +0100]
- Implement plain queries and the text protocol [2014-11-02 16:19:41 +0100]
- ⚡️ Update README.md [2014-10-28 22:25:12 +0100]
- Implements handshake and basic protocol [2014-10-28 16:44:14 +0100]
- 🎉 Initial commit [2014-10-28 16:38:08 +0100]