Skip to content

chore(deps): Bump org.atmosphere:atmosphere-runtime from 4.0.13 to 4.0.14#22026

Merged
apupier merged 1 commit intomainfrom
dependabot/maven/org.atmosphere-atmosphere-runtime-4.0.14
Mar 16, 2026
Merged

chore(deps): Bump org.atmosphere:atmosphere-runtime from 4.0.13 to 4.0.14#22026
apupier merged 1 commit intomainfrom
dependabot/maven/org.atmosphere-atmosphere-runtime-4.0.14

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps org.atmosphere:atmosphere-runtime from 4.0.13 to 4.0.14.

Release notes

Sourced from org.atmosphere:atmosphere-runtime's releases.

Atmosphere 4.0.14

✨ Added

  • add auth, offline queue, history cache, typing indicators, and optimistic updates
  • scaffold complete runnable projects with handler, encoder, decoder, and chat UI
  • add interactive sample installer with fzf/numbered-menu picker
  • add Atmosphere CLI, npx launcher, Homebrew formula, and release workflow
  • add shared frontend and Playwright E2E tests for RAG chat sample
  • add ServiceLoader discovery for MicrometerAiMetrics and top-level tracing
  • expand Playwright coverage to 4 samples with 15 tests Fix multi-browser bug in App.tsx and add multi-project Playwright infrastructure
  • add Micrometer observability and tracing session decorator
  • add bidirectional tool invocation bridge for server-to-client tool calls
  • add RAG context provider module with Spring AI and LangChain4j bridges

🐛 Fixed

  • use renamed SessionStats properties in AI chat frontend
  • prevent broadcaster cache from replaying user prompts on new connections Add BroadcasterCacheInspector to only cache RawMessage (AI responses), not String (user prompts)
  • send auth token from AI chat frontend and increase durable session timeout
  • enable reconnect for long-polling client in WAsync integration test
  • add spring-ai and adk modules to Samples CI install step
  • align RAG chat endpoint path and add actuator metrics support
  • update cache coalescing tests for streaming-text rename
  • update all JS bundles for streaming-text wire protocol rename
  • update AI integration tests for streaming-text wire protocol rename
  • wire MicrometerAiMetrics auto-discovery and top-level session tracing

🔧 Changed

  • add CLI section to main README with install, run, and npx examples
  • add 74-test CLI suite and add CLI/JBang sections to samples README
  • expand Playwright coverage across 11 sample specs with 24 new tests
  • update README to reflect auto-discovery and contextProviders attribute
  • add multi-sample broadcast and room test suites
  • add RAG module README and update docs for MCP bidirectional and observability
  • add Playwright WebSocket broadcast tests with 3 Chrome windows
  • unify AI adapters with AbstractAiSupport and shared tool utilities
  • prepare next development version 5.0.8
  • prepare for next development iteration 4.0.14-SNAPSHOT

Full Changelog: Atmosphere/atmosphere@atmosphere-4.0.13...atmosphere-4.0.14

Commits
  • 36e3d9f release: Atmosphere 4.0.14
  • 0de5fb4 fix(sample): use renamed SessionStats properties in AI chat frontend
  • e7163d7 fix(ai): prevent broadcaster cache from replaying user prompts on new connect...
  • 69f6288 fix(e2e): send auth token from AI chat frontend and increase durable session ...
  • b22fdd8 feat(cpr): add auth, offline queue, history cache, typing indicators, and opt...
  • 6882b9b feat(cli): scaffold complete runnable projects with handler, encoder, decoder...
  • 91fbe9a docs: add CLI section to main README with install, run, and npx examples
  • 39eb668 test(cli): add 74-test CLI suite and add CLI/JBang sections to samples README
  • 5694945 feat(cli): add interactive sample installer with fzf/numbered-menu picker
  • 1c6acc3 feat(cli): add Atmosphere CLI, npx launcher, Homebrew formula, and release wo...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 16, 2026
@github-actions
Copy link
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@apupier
Copy link
Contributor

apupier commented Mar 16, 2026

/component-test atmosphere

@github-actions
Copy link
Contributor

/component-test atmosphere tests failed. Please check the logs.

@gnodet
Copy link
Contributor

gnodet commented Mar 16, 2026

@dependabot rebase

Bumps [org.atmosphere:atmosphere-runtime](https://github.com/Atmosphere/atmosphere) from 4.0.13 to 4.0.14.
- [Release notes](https://github.com/Atmosphere/atmosphere/releases)
- [Changelog](https://github.com/Atmosphere/atmosphere/blob/main/CHANGELOG.md)
- [Commits](Atmosphere/atmosphere@atmosphere-4.0.13...atmosphere-4.0.14)

---
updated-dependencies:
- dependency-name: org.atmosphere:atmosphere-runtime
  dependency-version: 4.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.atmosphere-atmosphere-runtime-4.0.14 branch from 5ed6a8c to 169c885 Compare March 16, 2026 10:41
@github-actions
Copy link
Contributor

🧪 CI tested the following changed modules:

  • parent

@apupier
Copy link
Contributor

apupier commented Mar 16, 2026

/component-test atmosphere-websocket

@github-actions
Copy link
Contributor

/component-test atmosphere-websocket tests failed. Please check the logs.

@apupier
Copy link
Contributor

apupier commented Mar 16, 2026

/component-test atmosphere-websocket

@github-actions
Copy link
Contributor

/component-test atmosphere-websocket tests failed. Please check the logs.

@apupier
Copy link
Contributor

apupier commented Mar 16, 2026

/component-test atmosphere-websocket

@github-actions
Copy link
Contributor

/component-test atmosphere-websocket tests passed successfully.

@apupier apupier merged commit 52e4470 into main Mar 16, 2026
4 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.atmosphere-atmosphere-runtime-4.0.14 branch March 16, 2026 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core-build-and-dependencies dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants