File tree Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## Version 2.0.1-1.8.2-0 (2024-01-19)
4+ - Updates ` SqlDelight ` to ` 2.0.1 ` [[ #106 ]] [ 106 ]
5+ - Updates ` sqlite-jdbc ` to ` 3.45.0.0 ` [[ #106 ]] [ 106 ] [[ #107 ]] [ 107 ]
6+ - Updates ` SQLite3MultipleCiphers ` to ` 1.8.2 ` [[ #106 ]] [ 106 ] [[ #107 ]] [ 107 ]
7+ - Adds support for cipher ` ascon128 ` [[ #108 ]] [ 108 ]
8+
39## Version 2.0.0-1.7.2-0 (2024-01-18)
410 - Adds usage of [ immutable] [ url-immutable ] library for publicly exposed collections/maps [[ #103 ]] [ 103 ]
511
3238[ 95 ] : https://github.com/toxicity-io/sqlite-mc/pull/95
3339[ 96 ] : https://github.com/toxicity-io/sqlite-mc/pull/96
3440[ 103 ] : https://github.com/toxicity-io/sqlite-mc/pull/103
41+ [ 106 ] : https://github.com/toxicity-io/sqlite-mc/pull/106
42+ [ 107 ] : https://github.com/toxicity-io/sqlite-mc/pull/107
43+ [ 108 ] : https://github.com/toxicity-io/sqlite-mc/pull/108
Original file line number Diff line number Diff line change @@ -197,8 +197,12 @@ database encryption.
197197 }
198198 }
199199
200- // Other cipher choices that shouldn't be utilized for
201- // new databases, but are there for migration purposes.
200+ // Other cipher choices
201+ //
202+ // ascon128 { default() }
203+ //
204+ // The following should not be utilized for new databases,
205+ // but are there for migration purposes.
202206 //
203207 // rc4 { default() }
204208 // wxAES128 { default() }
@@ -374,7 +378,7 @@ I'm guessing this is not really a factor on iOS."
374378 ``` kotlin
375379 plugins {
376380 // Provides the SQLDelight gradle plugin automatically and applies it
377- id(" io.toxicity.sqlite-mc" ) version(" 2.0.0 -1.7 .2-0" )
381+ id(" io.toxicity.sqlite-mc" ) version(" 2.0.1 -1.8 .2-0" )
378382 }
379383
380384 // Will automatically:
@@ -394,7 +398,7 @@ I'm guessing this is not really a factor on iOS."
394398 //
395399 // This is simply the desktop binary resources needed for
396400 // JDBC to operate locally on the machine.
397- testImplementation(" io.toxicity.sqlite-mc:android-unit-test:2.0.0 -1.7 .2-0" )
401+ testImplementation(" io.toxicity.sqlite-mc:android-unit-test:2.0.1 -1.8 .2-0" )
398402 }
399403 ```
400404
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ POM_DEVELOPER_ID=toxicity-io
3232POM_DEVELOPER_NAME =Toxicity
3333POM_DEVELOPER_URL =https://github.com/toxicity-io/
3434
35- VERSION_NAME =2.0.1-1.8.0-0-SNAPSHOT
35+ VERSION_NAME =2.0.1-1.8.2-0
3636# 2.0.0-1.6.4-0-alpha01 = (02 00 00 00) + (01 06 04 00) + 11 = 03 06 04 11
3737# 2.0.0-1.6.4-0-beta01 = (02 00 00 00) + (01 06 04 00) + 21 = 03 06 04 21
3838# 2.0.0-1.6.4-0-rc01 = (02 00 00 00) + (01 06 04 00) + 31 = 03 06 04 31
@@ -42,4 +42,4 @@ VERSION_NAME=2.0.1-1.8.0-0-SNAPSHOT
4242# 2.1.0-1.6.5-2 = (02 01 00 00) + (01 06 05 00) + 42 = 03 07 05 42
4343# 2.1.0-1.6.6-0 = (02 01 00 00) + (01 06 06 00) + 40 = 03 07 06 40
4444# 2.2.1-1.7.0-0 = (02 02 01 00) + (01 07 00 00) + 40 = 03 09 01 40
45- VERSION_CODE =03080140
45+ VERSION_CODE =03080340
You can’t perform that action at this time.
0 commit comments