Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

45 lines (30 loc) · 1.14 KB

All notable changes to this project will be documented in this file.

This gem lives here https://github.com/infopark/mysql_blob_streaming.

v2.5.1 - 2023-05-10

Reason to make changes

  • Checking mysql.h for my_bool to retain compatibility with older mysql versions
  • mysql2 '>= 0.5.5' compatiblity

v2.5.0 - 2022-05-03

Reason to make changes

Compatible changes

  • add condition to check MySQL version in /ext/mysql_blob_streaming/mysql_blob_streaming.c #if MYSQL_VERSION_ID >=80000 && MYSQL_VERSION_ID <80030 #include <stdbool.h> typedef bool my_bool; #endif

v2.4.0 - 2021-03-23

Reason to make changes

  • make gem compatible with MySQL version ~> 8.0.1

Compatible changes

  • add condition to check MySQL version in /ext/mysql_blob_streaming/mysql_blob_streaming.c #if MYSQL_VERSION_ID >=80000 typedef bool my_bool; #endif

  • remove deprecated 'spec.has_rdoc' from mysql_blob_streaming.gemspec