Khushboo Verma
b40769b086
Merge branch '1.8.x' into copilot/fix-3b5374b7-acb3-4c22-9573-00c1feec5bc1
2025-09-29 22:48:38 +01:00
Jake Barnby
ef147cde21
Format
2025-09-26 14:28:11 +12:00
Jake Barnby
97f76899bf
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# app/config/platforms.php
2025-09-25 18:00:07 +12:00
Jake Barnby
4a3cbdafca
Move to row-level scope for txn
2025-09-25 17:59:39 +12:00
Jake Barnby
16821a28fc
Format
2025-09-24 22:53:13 +12:00
Jake Barnby
5572c4a375
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
...
# Conflicts:
# composer.lock
2025-09-24 22:40:04 +12:00
Jake Barnby
4970aa7426
Send email if notify on complete is set
2025-09-24 22:38:12 +12:00
Jake Barnby
5e8951fbe0
Save export to bucket on complete
2025-09-24 22:37:49 +12:00
Chirag Aggarwal
85da691aec
allow null adapter
2025-09-24 13:05:37 +05:30
Chirag Aggarwal
9d99f5cec2
chore: update afterbuild pass adapter
2025-09-24 11:47:13 +05:30
Chirag Aggarwal
5749b41753
updated to use if throw checks
2025-09-24 10:00:55 +05:30
Chirag Aggarwal
7ea01733ef
chore: update afterbuild fn
2025-09-23 18:28:29 +05:30
Jake Barnby
97c5705447
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
2025-09-23 19:17:49 +12:00
Chirag Aggarwal
421ec6f3f8
fix: use correct constant
2025-09-23 07:49:55 +05:30
Chirag Aggarwal
232b22b71e
use constants
2025-09-23 07:35:17 +05:30
Khushboo Verma
5d5c1d8f43
Fix Author URL in template deployments
2025-09-22 20:29:25 +05:30
Chirag Aggarwal
c52081dbed
fix: to use correct pattern
2025-09-22 19:58:18 +05:30
Chirag Aggarwal
f09d5258ec
use constants
2025-09-22 14:20:58 +05:30
Jake Barnby
9fde875904
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
# src/Appwrite/Platform/Workers/StatsResources.php
# src/Appwrite/Platform/Workers/StatsUsage.php
2025-09-22 16:12:45 +12:00
Jake Barnby
a0afce666f
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
...
# Conflicts:
# composer.lock
2025-09-22 16:05:58 +12:00
Chirag Aggarwal
3e8211d6bd
refactor: improve code readability for schedules
2025-09-20 19:45:44 +05:30
Jake Barnby
f944ad350e
Catch query exception on bulk update/delete
2025-09-19 17:32:34 +12:00
Jake Barnby
c1782f6f58
Don't remove required attributes
2025-09-19 15:28:41 +12:00
Jake Barnby
34f3501cdc
Merge pull request #10509 from appwrite/fix-spatials-type-required-col
...
Add spatial column validation during required mode and tests for exis…
2025-09-18 15:29:50 +12:00
Jake Barnby
0e2c5d93f5
Update check
2025-09-18 14:54:07 +12:00
ArnabChatterjee20k
4815780476
Add spatial column validation during required mode and tests for existing data in databases
2025-09-17 18:01:29 +05:30
fogelito
7d1a1d3ef4
use $tenant
2025-09-17 08:45:23 +03:00
fogelito
88c6e783c4
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into stats-resources-try-catch
2025-09-17 08:42:27 +03:00
Damodar Lohani
20c3641ac1
Merge branch '1.8.x' into feat-apps-module-dl
2025-09-16 10:25:30 +05:45
Jake Barnby
a7cff1b53d
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
2025-09-16 12:58:09 +12:00
Steven Nguyen
62014fda26
fix: implement dynamic specification defaults for Functions and Sites
...
Prior to this, self-hosted instances would defualt to the lowest specification.
Now, if there is no plan (ie. on self-hosted), the highest specification is used.
If there is a plan, the lowest specification available in the plan is used.
2025-09-15 21:39:22 +00:00
copilot-swe-agent[bot]
fea3544d4b
Implement dynamic specification defaults for Functions and Sites
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
2025-09-15 19:18:07 +00:00
Damodar Lohani
780799f87a
update to initialize first
2025-09-15 10:41:29 +00:00
Jake Barnby
981a1278e2
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
...
# Conflicts:
# composer.lock
2025-09-15 16:30:22 +12:00
Damodar Lohani
32b290a231
Update src/Appwrite/Platform/Modules/Functions/Http/Executions/Create.php
...
Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
2025-09-14 10:44:46 +05:45
Damodar Lohani
53a117bd0f
Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl
2025-09-14 04:49:34 +00:00
Divyansha Dubey
ef3d38c5a6
fixed db stats env var
2025-09-12 17:48:15 +04:00
Jake Barnby
4f916fae22
Handle limit exception
2025-09-13 00:04:37 +12:00
Jake Barnby
7120bce761
Handle structure exception
2025-09-12 21:47:40 +12:00
Jake Barnby
38dc92bfa7
Delete with worker
2025-09-12 02:05:19 +12:00
Jake Barnby
1403868d05
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
2025-09-12 01:45:41 +12:00
Jake Barnby
65ad2c9ff5
Handle usage + realtime
2025-09-12 01:45:16 +12:00
Jake Barnby
09753cd6dc
Optimise schema
2025-09-12 01:16:23 +12:00
Jake Barnby
b74e5ce5cd
Block bulk ops through txn create multi ops
2025-09-11 22:22:46 +12:00
Jake Barnby
6652e27dd5
Update TablesDB auth
2025-09-11 22:21:53 +12:00
Jake Barnby
c7dba3690a
Update auth types
2025-09-11 22:17:00 +12:00
Khushboo Verma
a48007d548
Update src/Appwrite/Platform/Workers/Certificates.php
...
Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
2025-09-11 15:40:29 +05:30
Khushboo Verma
e7a44c9fb2
Merge branch '1.8.x' into chore-beautify-certificate-logs
2025-09-11 15:39:45 +05:30
Jake Barnby
8706828c22
Fix tests
2025-09-11 21:13:41 +12:00
fogelito
e673d405d6
formatting?
2025-09-11 10:14:16 +03:00
fogelito
84aaaf810f
Question
2025-09-11 10:07:45 +03:00
fogelito
5740eb8901
Add sorting
2025-09-11 10:04:42 +03:00
fogelito
a31190422a
formatting
2025-09-11 09:41:17 +03:00
Damodar Lohani
0d4df67958
Merge branch '1.8.x' into feat-apps-module-dl
2025-09-11 11:59:31 +05:45
Jake Barnby
498484ca4e
Legacy DB support
2025-09-11 17:54:55 +12:00
Jake Barnby
461c8681af
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
# src/Appwrite/Platform/Workers/StatsResources.php
2025-09-11 16:36:49 +12:00
Jake Barnby
28a2b577e7
Update lock
2025-09-11 16:36:09 +12:00
fogelito
6ed4590e0f
Respect time nulls
2025-09-10 18:04:35 +03:00
fogelito
b44051e0a2
Respect time nulls
2025-09-10 17:48:58 +03:00
fogelito
494fe274b0
sort as strings
2025-09-10 17:43:37 +03:00
fogelito
5820bae097
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into stats-resources-try-catch
2025-09-10 17:24:49 +03:00
fogelito
de9e177bc8
sort and hardcode bachSize
2025-09-10 17:23:33 +03:00
Matej Bačo
81a5f25e4d
add certificate valdiation override
2025-09-10 15:29:59 +02:00
Matej Bačo
80d8e32b87
Use proper base action for proxy module
2025-09-10 12:55:46 +02:00
Matej Bačo
8319ff166e
Move proxy endpoints to modules
2025-09-10 12:43:21 +02:00
fogelito
95f49559d0
add finally
2025-09-10 12:43:37 +03:00
fogelito
5f7ca48067
try catch
2025-09-10 12:24:24 +03:00
Khushboo Verma
2c7472d5ec
Merge branch '1.8.x' into chore-beautify-certificate-logs
2025-09-10 12:44:37 +05:30
Damodar Lohani
2be8895dfd
Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl
2025-09-10 03:56:34 +00:00
Matej Bačo
4bba78eb86
Allow deleteRule override
2025-09-08 14:56:02 +02:00
Jake Barnby
78ffab5116
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Create.php
2025-09-09 00:52:39 +12:00
Jake Barnby
495eeeb929
Support legacy
2025-09-09 00:50:48 +12:00
Luke B. Silver
d3491c2189
Merge pull request #10457 from appwrite/pla-3433
...
feat: automatic pr creation in sdk release script
2025-09-08 11:16:47 +01:00
Chirag Aggarwal
ea76121382
use sdk version instead
2025-09-08 13:51:34 +05:30
Chirag Aggarwal
3684f80462
feat: automatic pr creation in sdk release script
2025-09-08 13:43:44 +05:30
Jake Barnby
7c3ba74710
Rename
2025-09-08 19:21:59 +12:00
Khushboo Verma
28d31c9726
Merge branch '1.8.x' into chore-beautify-certificate-logs
2025-09-08 11:32:00 +05:30
Chirag Aggarwal
aaae6caa2c
doMerge branch '1.8.x' into update-examples
2025-09-05 22:36:54 +05:30
Jake Barnby
812a09f556
Add read-your-write support
2025-09-06 04:26:49 +12:00
ArnabChatterjee20k
3a3820c256
updated default value descriptions for the spatial types
2025-09-05 21:13:10 +05:30
Jake Barnby
098b0cd028
Fix array as doc
2025-09-06 02:37:52 +12:00
Jake Barnby
391942ba72
Fix bulk logged queries
2025-09-06 02:37:17 +12:00
Chirag Aggarwal
83b6d15381
fix: more mistakes
2025-09-05 19:15:33 +05:30
ArnabChatterjee20k
d948c12d8f
linting
2025-09-05 19:07:08 +05:30
ArnabChatterjee20k
55b68e45e4
pr followups
2025-09-05 18:35:09 +05:30
ArnabChatterjee20k
97a28878ca
Merge remote-tracking branch 'upstream/1.8.x' into spatial-type-attributes
2025-09-05 16:16:48 +05:30
ArnabChatterjee20k
4ed42d3304
updated request and response model
2025-09-05 16:15:17 +05:30
Jake Barnby
f4bf1756c9
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
2025-09-05 21:40:21 +12:00
Luke B. Silver
a9dbd6c3fa
Merge pull request #10431 from appwrite/add-param-examples
...
feat: add requestBody param examples in specs
2025-09-05 10:36:41 +01:00
Chirag Aggarwal
18445945d6
switch to walter o brien
2025-09-05 15:01:05 +05:30
Matej Bačo
ca6cf01773
Improve customization of queries validator
2025-09-05 10:12:07 +02:00
Matej Bačo
bf59f1ba7d
Fix path structure
2025-09-05 09:30:07 +02:00
Matej Bačo
cc50302530
Formatting fix
2025-09-05 09:25:45 +02:00
Matej Bačo
c894b0ab6a
Simplify validator override
2025-09-05 09:25:13 +02:00
Matej Bačo
4cf3d0b87b
move projects.list() to module
2025-09-05 09:17:44 +02:00
Chirag Aggarwal
586f4dff6f
chore: update createRow as well
2025-09-05 09:34:34 +05:30
Jake Barnby
c2916c7a2d
Lint
2025-09-05 01:04:48 +12:00
Jake Barnby
d28643bd2b
Update DB
2025-09-05 01:02:30 +12:00
Khushboo Verma
0b1712c87e
Add colors to certificate logs
2025-09-04 18:23:40 +05:30
Jake Barnby
7eba6582c6
Fix bulk payloads
2025-09-04 20:32:37 +12:00
Chirag Aggarwal
8a734293f0
feat: add requestBody param examples in specs
2025-09-04 10:22:51 +05:30
Jake Barnby
5702def9d2
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Bulk/Upsert.php
# tests/e2e/Services/Databases/Legacy/DatabasesBase.php
2025-09-04 04:00:57 +12:00
Jake Barnby
de5df4b72e
Add extra tests
2025-09-04 03:57:03 +12:00
ArnabChatterjee20k
52f8cb75ca
Update Upsert.php
2025-09-03 20:27:23 +05:30
ArnabChatterjee20k
a2e9ee73dc
bulk upsert support
2025-09-03 19:36:24 +05:30
Jake Barnby
0c139721e4
Merge pull request #10356 from appwrite/spatial-type-attributes
...
Spatial type attributes
2025-09-04 01:40:58 +12:00
ArnabChatterjee20k
dd15023a2b
used import
2025-09-03 18:35:42 +05:30
ArnabChatterjee20k
39fc7e996b
changed database service to tablesdb service for all tablesdb
2025-09-03 18:18:22 +05:30
ArnabChatterjee20k
a9138d7e8d
overwrite decodedDefault with default
2025-09-03 18:06:25 +05:30
ArnabChatterjee20k
e904fa6f9d
overwrite decodedDefault with the default
2025-09-03 18:05:28 +05:30
ArnabChatterjee20k
12d2c80431
replaced table with collection
2025-09-03 18:03:46 +05:30
ArnabChatterjee20k
4895865a01
removed redundant comments from ai + removed spatial type conditions
2025-09-03 17:58:25 +05:30
Jake Barnby
903e9b52c2
Fix size limit exception
2025-09-03 23:54:21 +12:00
Matej Bačo
ab4ff314b8
Merge pull request #10392 from appwrite/fix-placeholder-style-in-templates
...
Replace %s with mustache placeholder
2025-09-03 10:23:27 +02:00
ArnabChatterjee20k
2755fd1fe6
updated graphql mappers
2025-09-03 00:47:05 +05:30
ArnabChatterjee20k
0f6b4e07d5
updated validator for the create polygon
2025-09-03 00:41:12 +05:30
ArnabChatterjee20k
0d77a33cf1
updated update endpoint to spatial appwrite validator
2025-09-03 00:40:04 +05:30
ArnabChatterjee20k
22b797165a
Merge remote-tracking branch 'upstream/1.8.x' into spatial-type-attributes
2025-09-02 23:07:32 +05:30
ArnabChatterjee20k
b01f146b1c
Merge remote-tracking branch 'upstream/1.8.x' into spatial-type-attributes
2025-09-02 23:04:12 +05:30
ArnabChatterjee20k
8f7085ccfc
pr followups
2025-09-02 23:00:31 +05:30
Jake Barnby
2202dc9747
Handle intra-transactional ops with state tracking
2025-09-03 04:29:42 +12:00
Jake Barnby
04a9ff9c23
Ensure ID on create doc op
2025-09-03 03:42:56 +12:00
Jake Barnby
3f0ad7f6c7
Update registry
2025-09-03 03:41:53 +12:00
Jake Barnby
c9cf38d630
Add expired log deletion
2025-09-03 01:31:53 +12:00
ArnabChatterjee20k
1112058689
pr followups
2025-09-02 18:07:34 +05:30
ArnabChatterjee20k
cfe9b34cd5
updated pr followups
2025-09-02 17:33:30 +05:30
Jake Barnby
f836fbeba5
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Bulk/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Update.php
# src/Appwrite/Utopia/Response.php
2025-09-02 23:31:47 +12:00
fogelito
711d31b565
Console::error message fix
2025-09-02 13:48:17 +03:00
fogelito
a7c4e16545
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into check-audits
2025-09-02 13:47:18 +03:00
fogelito
c2adf79511
message
2025-09-02 13:43:42 +03:00
fogelito
0af3734b6f
finally unset
2025-09-02 13:41:10 +03:00
Matej Bačo
14194ec972
Fix missing vendor changes
2025-09-02 11:50:02 +02:00
Matej Bačo
d21244ff41
PR review changes
2025-09-02 11:42:35 +02:00
Matej Bačo
b1c1acf36b
Finish refactor for internal select queries
2025-09-02 11:16:47 +02:00
Matej Bačo
6b8a4a03c3
Simplify PR
2025-09-02 11:11:31 +02:00
Matej Bačo
31b8e3361d
Merge branch '1.8.x' into feat-select-queries-on-deployments
2025-09-02 11:03:20 +02:00
Khushboo Verma
c49ab1a077
Merge branch '1.8.x' into fix-placeholder-style-in-templates
2025-09-02 13:41:24 +05:30
fogelito
bd8d6fdc59
Try catch inside
2025-09-01 18:35:12 +03:00
Jake Barnby
364eacc3e2
Remove dump
2025-09-01 20:17:49 +12:00
fogelito
ad4e3be80c
Lines
2025-08-31 13:10:04 +03:00
fogelito
97ce2bdc3a
Lines
2025-08-31 13:09:23 +03:00
fogelito
52141b825c
Remove dbg
2025-08-31 13:08:24 +03:00
fogelito
f4caa69840
Remove dbg
2025-08-31 13:07:31 +03:00
fogelito
dffbe2e4ab
Check audits
2025-08-31 12:52:51 +03:00
fogelito
c96b6300da
Check audits
2025-08-31 12:39:32 +03:00
Jake Barnby
eab03af822
Revert "Added handling of database resources after migration"
2025-08-29 22:45:02 +12:00
Jake Barnby
1e230a93a9
Format
2025-08-29 21:06:13 +12:00
Jake Barnby
57071af3e8
Handle privileged
2025-08-29 20:38:55 +12:00
Jake Barnby
d9aadb02e7
Move filter
2025-08-29 19:53:47 +12:00
Jake Barnby
f0c10acbb4
Fix readonly attr stripping on write
2025-08-29 19:30:59 +12:00
Khushboo Verma
7199da8560
Merge branch '1.8.x' into fix-placeholder-style-in-templates
2025-08-29 10:59:28 +05:30
Jake Barnby
7f59872673
Merge pull request #10400 from appwrite/dat-664
...
Added handling of database resources after migration
2025-08-29 02:48:54 +12:00
Jake Barnby
f43cbaf1a8
Update src/Appwrite/Platform/Workers/Migrations.php
2025-08-29 02:48:31 +12:00
ArnabChatterjee20k
bef0aff7c9
optimised the memory usage by resource aggregation
2025-08-28 19:59:48 +05:30
ArnabChatterjee20k
e2575e7360
linting
2025-08-28 19:21:11 +05:30
ArnabChatterjee20k
a809832f05
lint
2025-08-28 19:10:00 +05:30
ArnabChatterjee20k
0737c78cb5
added processing of migration resource stats
2025-08-28 19:06:18 +05:30
Chirag Aggarwal
6e51985037
casing
2025-08-28 12:31:14 +05:30
Khushboo Verma
4b747c63db
Merge branch '1.8.x' into fix-placeholder-style-in-templates
2025-08-28 11:12:01 +05:30
Chirag Aggarwal
ca6f947642
chore: update description for upsert methods
2025-08-28 10:04:28 +05:30
Chirag Aggarwal
6dc33ed27a
use single quotes
2025-08-27 19:29:34 +05:30
Chirag Aggarwal
e2dcc49fa9
chore: update tables group in specs
2025-08-27 18:51:52 +05:30
Khushboo Verma
45518cead8
Fix logo and links in certificate failure email
2025-08-27 18:31:24 +05:30
Jake Barnby
114902d040
Merge remote-tracking branch 'origin/1.8.x' into fix-nested-filter-selects
2025-08-28 00:51:52 +12:00
Jake Barnby
66f541092d
Update desc
2025-08-28 00:04:32 +12:00
Jake Barnby
1462522438
Remove logging
2025-08-28 00:04:25 +12:00
Khushboo Verma
30ca2fb251
Replace %s with mustache placeholder
2025-08-27 17:13:10 +05:30
ArnabChatterjee20k
ba0d334f80
Merge remote-tracking branch 'upstream/1.8.x' into spatial-type-attributes
2025-08-27 17:00:28 +05:30
ArnabChatterjee20k
7a4929a51f
added update and default cases for the spatial attributes endpoints
2025-08-27 16:30:25 +05:30
Chirag Aggarwal
0a2fb92baa
Merge branch '1.8.x' into allow-head-requests
2025-08-27 16:45:30 +07:00
Matej Bačo
f2dd03e597
Add request to filters, to allow deployment model to respect select queries
2025-08-27 11:20:14 +02:00
Khushboo Verma
c19122e97d
Merge branch '1.8.x' into feat-extend-function-headers
2025-08-27 13:10:38 +05:30
Khushboo Verma
a81d980334
Resolve merge conflicts
2025-08-27 12:54:22 +05:30
Khushboo Verma
1063b5979b
Update default method in description
2025-08-27 12:51:42 +05:30
Khushboo Verma
bca1996d99
Merge branch '1.7.x' into feat-extend-function-headers
2025-08-27 12:40:09 +05:30
Khushboo Verma
2d497cbdd5
Merge branch '1.8.x' into feat-add-execution-and-log-response-headers
2025-08-27 11:58:18 +05:30
Jake Barnby
9b453e79ac
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php
2025-08-27 16:30:11 +12:00
Jake Barnby
24e4207ba6
Merge branch '1.8.x' into fix-scopes
2025-08-27 14:52:01 +12:00
Jake Barnby
c1676bcffd
Array scopes
2025-08-27 14:43:34 +12:00
Jake Barnby
c31b72c3e9
Merge branch '1.8.x' into fix-domain-valdiator
2025-08-27 14:25:02 +12:00
Jake Barnby
35579bfda1
Fix domain validator
2025-08-27 14:21:22 +12:00
Chirag Aggarwal
f090a23bc3
feat: allow HEAD requests in function executions
2025-08-27 07:44:29 +05:30
Steven Nguyen
737e2f8624
fix: Remove $sequence attribute from documents on create and update
...
Including attribute can cause a invalid structure error as the incoming data may be an int but the database expects a string.
2025-08-26 15:10:23 -07:00
copilot-swe-agent[bot]
bfd8b554cd
Add $tenant attribute removal to Action.php processDocument method
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
2025-08-26 20:37:33 +00:00
ArnabChatterjee20k
51b01ab803
Merge remote-tracking branch 'upstream/1.8.x' into spatial-type-attributes
2025-08-26 21:46:43 +05:30
ArnabChatterjee20k
b28ec182d7
added spatial index tests
2025-08-26 20:54:55 +05:30
Khushboo Verma
aac98b2ec7
Update function domain test
2025-08-26 18:56:26 +05:30
Khushboo Verma
8df305576c
Add execution id and log id to response headers
2025-08-26 18:34:43 +05:30
Matej Bačo
901a924af7
PR review changes
2025-08-26 12:53:25 +02:00
Matej Bačo
6ee95186ce
Apply improved domain validator
2025-08-26 11:48:54 +02:00
Jake Barnby
ba401ea42e
Update docs
2025-08-26 21:29:44 +12:00
Khushboo Verma
753175d796
Replace x-real-ip with ->getIP()
2025-08-26 13:59:46 +05:30
Khushboo Verma
2ef79d5300
Merge branch '1.7.x' into feat-extend-function-headers
2025-08-26 12:56:22 +05:30
Khushboo Verma
1458505201
Address PR comments
2025-08-26 12:55:51 +05:30
Jake Barnby
2601cc9604
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
2025-08-26 15:40:15 +12:00
loks0n
52e148761c
chore: allow publisherMessaging override
2025-08-25 18:25:19 +01:00
Khushboo Verma
2876fad322
Merge branch '1.7.x' into feat-extend-function-headers
2025-08-25 12:50:59 +05:30
fogelito
959db2ea02
Restrict array list
2025-08-24 18:08:12 +03:00
fogelito
ba79dda788
Check no change
2025-08-24 17:39:29 +03:00
Jake Barnby
33e166d7a6
Fix attribute refs
2025-08-23 21:34:35 +12:00