Skip to content

Tags: ForestAdmin/agent-ruby

Tags

v1.40.1

Toggle v1.40.1's commit message
chore(release): 1.40.1 [skip ci]

## [1.40.1](v1.40.0...v1.40.1) (2026-08-28)

### Bug Fixes

* **datasource-active-record:** mark non-polymorphic has_one :through identity joins read-only ([#381](#381)) ([790eecf](790eecf))

v1.40.0

Toggle v1.40.0's commit message
chore(release): 1.40.0 [skip ci]

# [1.40.0](v1.39.4...v1.40.0) (2026-08-27)

### Bug Fixes

* **datasource-active-record:** skip unrepresentable has_many/has_one :through relations and deprecate silent identity joins ([#370](#370)) ([#378](#378)) ([9d02bf5](9d02bf5))

### Features

* **actions:** resolve select-all selections for approval-required actions ([#374](#374)) ([d2071aa](d2071aa))

v1.39.4

Toggle v1.39.4's commit message
chore(release): 1.39.4 [skip ci]

## [1.39.4](v1.39.3...v1.39.4) (2026-08-26)

### Bug Fixes

* **datasource-active-record:** map inet/cidr/macaddr(8) columns to String ([#377](#377)) ([487e056](487e056)), closes [#372](#372)

v1.39.3

Toggle v1.39.3's commit message
chore(release): 1.39.3 [skip ci]

## [1.39.3](v1.39.2...v1.39.3) (2026-08-26)

### Bug Fixes

* **agent:** apply the configured logger_level to the default logger ([#376](#376)) ([bb4ac89](bb4ac89)), closes [#371](#371)
* **customizer:** mark a field sortable only when the sort decorator can order it (PRD-1036) ([#368](#368)) ([a04900d](a04900d))

v1.39.2

Toggle v1.39.2's commit message
chore(release): 1.39.2 [skip ci]

## [1.39.2](v1.39.1...v1.39.2) (2026-08-25)

### Bug Fixes

* **agent:** serve only the columns of collections the caller may read ([#365](#365)) ([3aa70c8](3aa70c8))

v1.39.1

Toggle v1.39.1's commit message
chore(release): 1.39.1 [skip ci]

## [1.39.1](v1.39.0...v1.39.1) (2026-08-20)

### Bug Fixes

* **agent:** stop the update route from writing foreign keys from relationships ([#363](#363)) ([6f91d9a](6f91d9a))

v1.39.0

Toggle v1.39.0's commit message
chore(release): 1.39.0 [skip ci]

# [1.39.0](v1.38.3...v1.39.0) (2026-08-19)

### Features

* **audit_trail:** record and expose record history in the agent, gated on an audit database ([#320](#320)) ([dcfb13c](dcfb13c))

v1.38.3

Toggle v1.38.3's commit message
chore(release): 1.38.3 [skip ci]

## [1.38.3](v1.38.2...v1.38.3) (2026-08-14)

### Bug Fixes

* **agent:** serialize every level of a projection deeper than one relation ([#357](#357)) ([a1e8cbd](a1e8cbd))

v1.38.2

Toggle v1.38.2's commit message
chore(release): 1.38.2 [skip ci]

## [1.38.2](v1.38.1...v1.38.2) (2026-08-13)

### Bug Fixes

* **agent:** authorize associate-related on the foreign collection and scope the many-to-many link ([#356](#356)) ([2f618b9](2f618b9)), closes [#350](#350)

v1.38.1

Toggle v1.38.1's commit message
chore(release): 1.38.1 [skip ci]

## [1.38.1](v1.38.0...v1.38.1) (2026-08-13)

### Bug Fixes

* **agent:** authorize create with a linked one-to-one on the foreign collection ([#353](#353)) ([9577d80](9577d80)), closes [#350](#350)