File: CHANGELOG.md

package info (click to toggle)
ruby-otr-activerecord 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 340 kB
  • sloc: ruby: 562; sh: 133; makefile: 6
file content (78 lines) | stat: -rw-r--r-- 2,299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
### 2.6.0 (2025-11-10)
* Support for ActiveRecord 8.1

### 2.5.0 (2024-12-13)
* Support for ActiveRecord 8.0

### 2.4.0 (2024-08-30)
* Support for ActiveRecord 7.2

### 2.3.0 (2024-07-25)
* Support for multi-db config in `OTR::ActiveRecord.configure_from_hash!`
* Removal of support for ActiveRecord 4.x-6.0

### 2.2.0 (2023-10-19)
* Support for ActiveRecord 7.1

### 2.1.2 (2023-01-25)
* Use File.exist? instead of File.exists?

### 2.1.1 (2022-01-30)
* Fix `OTR::ActiveRecord::QueryCache` for ActiveRecord 7.

### 2.1.0 (2022-01-30)
* Don't set logger - allows apps to do that - [PR #28](https://github.com/jhollinger/otr-activerecord/pull/28) - [anakinj](https://github.com/anakinj)

### 2.0.4 (2022-01-20)
* Fix YAML loading on Ruby 3.1 - [PR #39](https://github.com/jhollinger/otr-activerecord/pull/39) - [scudelletti](https://github.com/scudelletti)

### 2.0.3 (2021-10-22)
* Preliminary support for ActiveRecord 7 (tested against 7.0.0.alpha2)

### 2.0.2 (2021-09-14)
* Fix `configure_from_file!` for flat files (Brynbayliss87)

### 2.0.1 (2021-06-24)
* Fix configure_from_url! for AR 6.1

### 2.0.0 (2021-05-06)
* Parse three-tier database.yml
* Require manually calling OTR::ActiveRecord::establish_connection!

### 1.4.2 (2021-04-03)
* Allow AR 6.1

### 1.4.0 (2019-06-05)
* Add `OTR::ActiveRecord::QueryCache` middleware.

### 1.3.0
* Active Record 6.0 support

### 1.2.7 (2019-01-11)
* A less hacky way of fixing the bug fixed in 1.2.6. `ENV["RACK_ENV"]`/`ENV["RAILS_ENV"]` will no longer be forced into `development` when blank.

### 1.2.6 (2018-12-11)
* Bugfix to default env in development mode w/AR 5.2

### 1.2.5 (2018-04-23)
* Support ActiveRecord 5.2

### 1.2.4 (2017-08-23)
* Bugfix to db:create_migration

### 1.2.3 (2017-08-17)
* Bugfix to OTR::ActiveRecord.configure_from_hash! for ActiveRecord 5.1
* Look for APP_ENV if RAILS_ENV and RACK_ENV aren't set

### 1.2.2 (2017-08-17)
* Support ActiveRecord 5.1

### 1.2.1 (2017-02-11)
* Bugfix to db:test: Rake tasks for Rails 5

### 1.2.0 (2016-08-24)
* Bugfix to AR 5.0.X version restriction - [PR #2](https://github.com/jhollinger/otr-activerecord/pull/2) - [vidok](https://github.com/vidok)

### 1.0.0-rc1 (2016-07-31)
* Port from grape-activerecord
* Tweak `db:create_migration` to take a real rake arg rather than an env var