Releases: rails-on-services/apartment
Releases · rails-on-services/apartment
v3.1.0
v3.0.4
What's Changed
- chore: Update Ruby and SQLite dependencies by @mnovelo in #262
- Update Appraisals and gem versions by @mnovelo in #264
- Fix Ruby 3.0 support by @shkm in #266
- Explicitly state Ruby version constraints in gemspec by @mnovelo in #267
- FIx Ruby 3.0 support by @mnovelo in #268
- Bump version to 3.0.3 by @mnovelo in #269
- Bump version to 3.0.4 by @mnovelo in #270
New Contributors
Full Changelog: v3.0.2...v3.0.4
3.0.2
3.0.1
What's Changed
- Fix Rails 6.1 ConnectionHandling method signatures by @mrpasquini in #254
- Move JDBC postgres fix to JDBC postgres adapter by @mrpasquini in #255
- Remove Travis CI build status badge by @cmayor in #256
- Remove Changelog Action and build on Development branch by @mrpasquini in #257
- Add workflow to publish gem by @mnovelo in #258
- Release v3.0.0 by @mnovelo in #259
- Update version to avoid tag conflicts by @mnovelo in #260
- Release v3.0.1 by @mnovelo in #261
New Contributors
Full Changelog: v3.0.0...v3.0.1
3.0.0
What's Changed
- [#98] improve changelog automatic generation by @rpbaltazar in #99
- Revert unsafe initializer by @lunks in #118
- [#128] added config spec coverage. added missing require by @rpbaltazar in #129
- new travis ci policies make our tests not run by @rpbaltazar in #132
- [#134] added rubocop to workflows by @rpbaltazar in #135
- [#127] Fixed method to get the current db name by @rpbaltazar in #137
- Update README.md by @nickgal in #138
- [WIP] Add config for handling tenant creation on db:migrate by @jonian in #140
- Add Rails 6.1 to build matrix by @jmortlock in #144
- Allow a list of schemas when switching using schemas by @marksiemers in #154
- [Chore] Fix rubocop breaking by @rpbaltazar in #156
- [Chore] update rubocop local config and fix remaining broken rules by @rpbaltazar in #157
- Add Ruby 3 to build matrix by @marcelolx in #162
- [CI] Rubocop results still different from ci by @rpbaltazar in #158
- Fix create schema between different versions of DB by @oleksii-leonov in #155
- added junit formatter, output and save the spec results by @rpbaltazar in #172
- [#170] cache key breaks when receiving a belongs to reflection by @rpbaltazar in #171
- [#151] removed reloader and console overwrite of reload method by @rpbaltazar in #174
- Show underlying error message and class if we cannot set search path to a new schema by @lunks in #176
- Add rails 7 support by @StefSchenkelaars in #178
- Fixing tenant_presence_check config in the README by @guillaumebriday in #180
- Fix sequence name by @rpbaltazar in #187
- Refactor unsubscribe logic to avoid unsubscribing other listeners by @rpbaltazar in #190
- use current_database method existing in both adapter by @rpbaltazar in #191
- Fix Rails 7 connection handling by @calmyournerves in #194
- Update Circleci workflow by @jespersandnielsen in #221
- Correct links in README by @okuramasafumi in #229
- Update README.md by @harmdewit in #212
- Bump public_suffix version range by @kfriend in #207
- Support Rails 7.1, drop Ruby 2.x and Rails < 6.1 by @eraffel-MDSol in #243
- Updates bold attribute to named attribute on preparation for Rails 7.2 by @rgp in #246
- Move CI to Github Actions, update Rubocop, fix Jruby tests by @mrpasquini in #251
- Allow rack 3 to be used by @npezza93 in #253
- Fix Rails 6.1 ConnectionHandling method signatures by @mrpasquini in #254
- Move JDBC postgres fix to JDBC postgres adapter by @mrpasquini in #255
- Remove Travis CI build status badge by @cmayor in #256
- Remove Changelog Action and build on Development branch by @mrpasquini in #257
New Contributors
- @lunks made their first contribution in #118
- @nickgal made their first contribution in #138
- @jonian made their first contribution in #140
- @jmortlock made their first contribution in #144
- @marksiemers made their first contribution in #154
- @marcelolx made their first contribution in #162
- @oleksii-leonov made their first contribution in #155
- @StefSchenkelaars made their first contribution in #178
- @guillaumebriday made their first contribution in #180
- @calmyournerves made their first contribution in #194
- @jespersandnielsen made their first contribution in #221
- @okuramasafumi made their first contribution in #229
- @harmdewit made their first contribution in #212
- @kfriend made their first contribution in #207
- @eraffel-MDSol made their first contribution in #243
- @rgp made their first contribution in #246
- @mrpasquini made their first contribution in #251
- @npezza93 made their first contribution in #253
- @cmayor made their first contribution in #256
Full Changelog: v2.7.2...v3.0.0
2.11.0
Implemented enhancements:
- Increase errors visibility by showing more information on the underlying error rather than a generic error 'Apartment::TenantNotFound' (#176)
- Resolved #177 - Added rails 7 support (#178)
Fixed bugs:
- Fixing tenant_presence_check config in the README (#180)
- Resolved #161 and #81 - Fixed sequence name (#187)
Closed issues: