Commit graph

31242 commits

Author SHA1 Message Date
Chirag Aggarwal
b7df5cfcc1
Merge pull request #11228 from appwrite/feat-span-messaging-worker 2026-02-03 14:15:07 +05:30
Jake Barnby
def3ce056f
Merge pull request #11220 from appwrite/chore-upgrade-cache 2026-02-03 07:19:12 +00:00
Chirag Aggarwal
ae720c3462 Fix country code extraction using locale config
Use the existing locale-phones config to accurately extract country
codes from phone numbers. Sorts codes by length descending to match
longer codes first (e.g., 1868 Trinidad before 1 USA).
2026-02-03 12:36:46 +05:30
Chirag Aggarwal
e14a026415 Add country code extraction for external SMS messages
Extract country codes from target identifiers for external SMS
messages to match the behavior of internal SMS messages.
2026-02-03 12:32:21 +05:30
Chirag Aggarwal
52cb8a9c56 Improve span data with detailed metrics
Add richer span data for better observability:
- External messages: messageId, topic/user/target counts, recipient total,
  provider details, delivery stats (delivered/errors), final status
- Internal SMS: recipient count, country codes extracted from phone numbers,
  sender number, delivery status and count
2026-02-03 12:27:27 +05:30
Chirag Aggarwal
787e7aed43 Add Span tracing to Messaging worker
Replace Console logging with Span tracing in the Messaging worker
for better observability. Initialize Span storage and exporter in
worker.php to enable tracing in all workers.
2026-02-03 11:59:49 +05:30
premtsd-code
b4e98bd950
Merge branch '1.8.x' into chore-upgrade-cache 2026-02-03 05:58:33 +00:00
Chirag Aggarwal
92d2310a53
Merge pull request #11227 from appwrite/fix-deprecation-warnings 2026-02-03 11:19:23 +05:30
premtsd-code
ca464f8a71
Merge branch '1.8.x' into chore-upgrade-cache 2026-02-03 04:44:12 +00:00
Chirag Aggarwal
6c4394947f Fix Safe PHP deprecation warnings 2026-02-03 10:11:12 +05:30
Chirag Aggarwal
2a15c91768
Merge pull request #11226 from appwrite/feat-functions-queue-job-ttl 2026-02-03 10:09:25 +05:30
Chirag Aggarwal
f15e9eb356 Add 7-day job TTL for functions queue
Set jobTTL to 7 days for FUNCTIONS_QUEUE_NAME using a match expression
for easy extensibility to other queues in the future.
2026-02-03 09:24:32 +05:30
Prem Palanisamy
cbe7ce7269 fix merge conflict in composer.lock 2026-02-02 21:48:20 +00:00
premtsd-code
f2cfa4465f
Merge branch '1.8.x' into chore-upgrade-cache 2026-02-02 21:03:45 +00:00
Hemachandar
f648d82c8c
Remove cleanup-stale-executions from Interval task (#11224) 2026-02-03 01:18:34 +05:30
Prem Palanisamy
8117ab9542 simplify CacheTest to match other Health tests 2026-02-02 19:07:50 +00:00
Prem Palanisamy
255098ed9c use env vars for cache reconnection tests 2026-02-02 18:36:16 +00:00
Prem Palanisamy
914be48e25 fix: add null check for cache adapter 2026-02-02 18:25:41 +00:00
premtsd-code
47e406baa0
Merge branch '1.8.x' into chore-upgrade-cache 2026-02-02 18:22:02 +00:00
Matej Bačo
a967ee9b1b
Merge pull request #11213 from appwrite/feat-array-domains-env
Feat: Array domain variables
2026-02-02 17:06:55 +01:00
premtsd-code
ab689af94b
Merge branch '1.8.x' into chore-upgrade-cache 2026-02-02 13:21:22 +00:00
Prem Palanisamy
e7b4f03227 improve cache reconnection tests 2026-02-02 13:19:41 +00:00
Hemachandar
630d3376a6
Use Swoole timers in Interval task (#11205)
* Use Swoole timers in `Interval` task

* refactor

* block coroutine from exiting

* nit

* Add span

* cleanup unused var

* camelCase
2026-02-02 18:47:54 +05:30
Jake Barnby
a25977c6b8
Merge pull request #11222 from appwrite/release-array-param-enums 2026-02-02 13:08:51 +00:00
Chirag Aggarwal
19bfda541f Merge branch '1.8.x' into release-array-param-enums 2026-02-02 18:35:20 +05:30
Chirag Aggarwal
2ac265baea update composer 2026-02-02 18:34:24 +05:30
Prem Palanisamy
a52f7f2485 fix: ensure Redis restart in cache reconnection tests 2026-02-02 12:57:40 +00:00
Prem Palanisamy
6876828750 add cache reconnection support 2026-02-02 12:49:58 +00:00
Chirag Aggarwal
02c92d95b7 examples and changelog 2026-02-02 18:04:02 +05:30
Chirag Aggarwal
eb97a0e9b2 changelog changes 2026-02-02 17:57:50 +05:30
Chirag Aggarwal
ae6a81bd12 update specs 2026-02-02 17:54:57 +05:30
premtsd-code
6f7da6d622
Merge branch '1.8.x' into chore-upgrade-cache 2026-02-02 12:23:42 +00:00
Prem Palanisamy
e79dc39d5d chore: update composer.lock 2026-02-02 12:21:08 +00:00
Chirag Aggarwal
4d062b818d update examples 2026-02-02 17:26:20 +05:30
Prem Palanisamy
a1dad882e4 chore: update composer.lock 2026-02-02 11:02:42 +00:00
Prem Palanisamy
abb546d099 chore: replace dev dependencies with stable versions 2026-02-02 11:00:20 +00:00
Jake Barnby
dfdbcf015c
Merge pull request #11207 from appwrite/migration-endpoint 2026-02-02 10:34:04 +00:00
Chirag Aggarwal
29ab9ef9d2
Merge pull request #11223 from appwrite/update-message-logging 2026-02-02 15:46:43 +05:30
Chirag Aggarwal
52174816b2 chore: update messaging worker logging 2026-02-02 15:39:12 +05:30
Chirag Aggarwal
9ee318de3c feat: release array param enums support to all sdks 2026-02-02 15:34:32 +05:30
fogelito
2e5b232e2b line 2026-02-02 11:34:57 +02:00
fogelito
53b8886729 Remove env variable 2026-02-02 11:29:38 +02:00
fogelito
e9e51d5334 lock 2026-02-02 11:27:50 +02:00
fogelito
c1161ff27c check isset 2026-02-02 08:13:24 +02:00
Prem Palanisamy
1854d01e6e chore: upgrade utopia-php dependencies for cache reconnection support 2026-02-02 06:13:00 +00:00
fogelito
f530ec3db5 Remove dbg 2026-02-01 15:57:30 +02:00
fogelito
3502cad4a5 formatting 2026-02-01 15:53:41 +02:00
fogelito
05e1bb242f stopOnFailure false 2026-02-01 15:52:29 +02:00
fogelito
e760a1386b Use credentials 2026-02-01 15:51:41 +02:00
fogelito
644dcb8fb1 empty $credentials 2026-02-01 15:11:29 +02:00