Skip to content

Commit 36bc8c8

Browse files
committed
chore(release): 1.14.3 [skip ci]
## [1.14.3](v1.14.2...v1.14.3) (2025-11-14) ### Bug Fixes * **rpc_route:** align health check with forest_admin_agent behavior ([#210](#210)) ([1e2746a](1e2746a))
1 parent 1e2746a commit 36bc8c8

File tree

13 files changed

+19
-12
lines changed
  • lib/agent_ruby
  • packages
    • forest_admin_agent/lib/forest_admin_agent
    • forest_admin_datasource_active_record/lib/forest_admin_datasource_active_record
    • forest_admin_datasource_customizer/lib/forest_admin_datasource_customizer
    • forest_admin_datasource_mongoid/lib/forest_admin_datasource_mongoid
    • forest_admin_datasource_rpc/lib/forest_admin_datasource_rpc
    • forest_admin_datasource_toolkit/lib/forest_admin_datasource_toolkit
    • forest_admin_rails/lib/forest_admin_rails
    • forest_admin_rpc_agent/lib/forest_admin_rpc_agent
    • forest_admin_test_toolkit/lib/forest_admin_test_toolkit

13 files changed

+19
-12
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.14.3](https://github.com/ForestAdmin/agent-ruby/compare/v1.14.2...v1.14.3) (2025-11-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **rpc_route:** align health check with forest_admin_agent behavior ([#210](https://github.com/ForestAdmin/agent-ruby/issues/210)) ([1e2746a](https://github.com/ForestAdmin/agent-ruby/commit/1e2746ae2ddfdcee7c8140bb559a93b45c77d709))
7+
18
## [1.14.2](https://github.com/ForestAdmin/agent-ruby/compare/v1.14.1...v1.14.2) (2025-11-12)
29

310

β€Žlib/agent_ruby/version.rbβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AgentRuby
2-
VERSION = "1.14.2"
2+
VERSION = "1.14.3"
33
end

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-ruby",
3-
"version": "1.14.2",
3+
"version": "1.14.3",
44
"description": "The official agent Ruby for Forest.",
55
"private": false,
66
"repository": {

β€Žpackages/forest_admin_agent/lib/forest_admin_agent/utils/schema/schema_emitter.rbβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Utils
66
module Schema
77
class SchemaEmitter
88
LIANA_NAME = "agent-ruby"
9-
LIANA_VERSION = "1.14.2"
9+
LIANA_VERSION = "1.14.3"
1010

1111
def self.generate(datasource)
1212
datasource.collections
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestAdminAgent
2-
VERSION = "1.14.2"
2+
VERSION = "1.14.3"
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestAdminDatasourceActiveRecord
2-
VERSION = "1.14.2"
2+
VERSION = "1.14.3"
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestAdminDatasourceCustomizer
2-
VERSION = "1.14.2"
2+
VERSION = "1.14.3"
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestAdminDatasourceMongoid
2-
VERSION = "1.14.2"
2+
VERSION = "1.14.3"
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestAdminDatasourceRpc
2-
VERSION = "1.14.2"
2+
VERSION = "1.14.3"
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestAdminDatasourceToolkit
2-
VERSION = "1.14.2"
2+
VERSION = "1.14.3"
33
end

0 commit comments

Comments
Β (0)