Releases: ahopkins/mayim
Releases · ahopkins/mayim
Version 1.1.0
What's Changed
- Add dark mode by @ahopkins in #32
- fix typo in README.md by @adriangb in #33
- Add global transactions by @ahopkins in #38
- SQLLite commit by @ahopkins in #45
- Postgres SSL mode doesn't pass credentials correctly by @razodactyl in #44
New Contributors
- @adriangb made their first contribution in #33
- @razodactyl made their first contribution in #44
Full Changelog: v1.0.1...v1.1.0
Version 1.0.1
What's Changed
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0
Breaking changes
Being a new package, some of the API and import structure is still being worked out. This release introduces a few potentially noticeable braking changes.
- The
@sql
decorator was renamed@query
- Imports for all of the various implementations moved, if you were importing from above the root, you may be impacted
Going forward, this should ease up, and it is expected that Mayim will strive for backwards compatible changes and a reasonable deprecation period and notice.
Noticeable additions
- SQLite support
- Transactions
- Query counters for framework extensions
What's Changed
- Fix SQL file documentation by @prryplatypus in #15
- Return empty list when no records found by @ahopkins in #17
- Switch on DSN scheme for default interface by @ahopkins in #21
- Transaction support by @ahopkins in #16
- Allow Mayim instance outside of loop with manual/lazy DB connections by @ahopkins in #19
- Add strict loading by @ahopkins in #22
- Allow Optional to be used on an annotation to suppress exception by @ahopkins in #23
- Add counters to framework extensions by @ahopkins in #25
- Add starlette extension by @ahopkins in #26
- SQLite support by @ahopkins in #28
- Reorganize code and some renaming by @ahopkins in #29
New Contributors
- @prryplatypus made their first contribution in #15
Full Changelog: v0.3.0...v1.0.0
Version 0.3.0
Version 0.2.0
What's Changed
- Accept positonal arguments in query and related changes by @ameyarao98 in #4
- API upgrades: DSN parsing and avoid name clobbering by @ahopkins in #3
- Add query getters by @ahopkins in #7
- Add hydrator getters by @ahopkins in #8
New Contributors
- @ameyarao98 made their first contribution in #4
Full Changelog: v0.1.1...v0.2.0
Version 0.1.1
Full Changelog: v0.1.0...v0.1.1
Version 0.1.0
What's Changed
New Contributors
Full Changelog: https://github.com/ahopkins/mayim/commits/v0.1.0