You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Merge pull request #13 from chriswk/11-incompatible-with-latest-sqlxactix-session ([`64d8f1b`](https://github.com/chriswk/actix-session-sqlx-postgres/commit/64d8f1b1e1c64504a810826715d4185978ea2c51))
85
+
- Updated to latest actix-session and sqlx ([`a454500`](https://github.com/chriswk/actix-session-sqlx-postgres/commit/a454500a7fd0050e5a870926a5967079d196237d))
- <csr-id-14837fa6ab777fdd5c70b9d636f0bf01bfaa304e/> Set description and license
212
+
213
+
### New Features
214
+
215
+
- <csr-id-3fc0e6e22785ce57c37e501ab0a229ad4b413ef2/> Postgresql Session Store for Actix
216
+
217
+
### Bug Fixes
218
+
219
+
- <csr-id-83fc00ee96a5fe302fc63a274f42956410edf3d5/> Use correct license identificator
220
+
- <csr-id-0d0aebb04bf34d638775e8b96697f3f746723d4a/> Updated to use jsonb type for storing session data
221
+
222
+
### Other
223
+
224
+
- <csr-id-2c5feb18ab14f5bf77c81f7477a84146420f7ae2/> Drop minimal test run
225
+
- <csr-id-68f0541787a25488f566a645f70a23fc0ad53918/> set MSRV to 1.69.0
226
+
- <csr-id-4df78e9c8f551693051197c7e2c28329e000cafa/> Added test workflow
227
+
- <csr-id-a725dd267c5801f72a934ca0b1eee2897261c47e/> Add acceptance test suite
228
+
229
+
### Commit Statistics
230
+
231
+
<csr-read-only-do-not-edit/>
232
+
233
+
- 9 commits contributed to the release.
234
+
- 8 commits were understood as [conventional](https://www.conventionalcommits.org).
235
+
- 0 issues like '(#ID)' were seen in commit messages
236
+
237
+
### Commit Details
238
+
239
+
<csr-read-only-do-not-edit/>
240
+
241
+
<details><summary>view details</summary>
242
+
243
+
***Uncategorized**
244
+
- Use correct license identificator ([`83fc00e`](https://github.com/chriswk/actix-session-sqlx-postgres/commit/83fc00ee96a5fe302fc63a274f42956410edf3d5))
245
+
- Drop minimal test run ([`2c5feb1`](https://github.com/chriswk/actix-session-sqlx-postgres/commit/2c5feb18ab14f5bf77c81f7477a84146420f7ae2))
246
+
- Set description and license ([`14837fa`](https://github.com/chriswk/actix-session-sqlx-postgres/commit/14837fa6ab777fdd5c70b9d636f0bf01bfaa304e))
247
+
- Set MSRV to 1.69.0 ([`68f0541`](https://github.com/chriswk/actix-session-sqlx-postgres/commit/68f0541787a25488f566a645f70a23fc0ad53918))
248
+
- Added test workflow ([`4df78e9`](https://github.com/chriswk/actix-session-sqlx-postgres/commit/4df78e9c8f551693051197c7e2c28329e000cafa))
249
+
- Updated to use jsonb type for storing session data ([`0d0aebb`](https://github.com/chriswk/actix-session-sqlx-postgres/commit/0d0aebb04bf34d638775e8b96697f3f746723d4a))
250
+
- Add acceptance test suite ([`a725dd2`](https://github.com/chriswk/actix-session-sqlx-postgres/commit/a725dd267c5801f72a934ca0b1eee2897261c47e))
251
+
- Postgresql Session Store for Actix ([`3fc0e6e`](https://github.com/chriswk/actix-session-sqlx-postgres/commit/3fc0e6e22785ce57c37e501ab0a229ad4b413ef2))
0 commit comments