Skip to content

Commit

Permalink
Release for the 18th od december 2024 (#7054)
Browse files Browse the repository at this point in the history
* update

* update

* update viz/clastic

* update aiohttp
  • Loading branch information
waghanza authored Dec 18, 2023
1 parent c1c786e commit 558a0dc
Show file tree
Hide file tree
Showing 13 changed files with 25,523 additions and 25,707 deletions.
25,522 changes: 12,761 additions & 12,761 deletions data.json

Large diffs are not rendered by default.

25,489 changes: 12,757 additions & 12,732 deletions data.min.json

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions java/helidon-mp/config.yaml

This file was deleted.

102 changes: 0 additions & 102 deletions java/helidon-mp/pom.xml

This file was deleted.

22 changes: 0 additions & 22 deletions java/helidon-mp/src/main/java/web/helidon/IndexService.java

This file was deleted.

38 changes: 0 additions & 38 deletions java/helidon-mp/src/main/java/web/helidon/Main.java

This file was deleted.

32 changes: 0 additions & 32 deletions java/helidon-mp/src/main/java/web/helidon/UserService.java

This file was deleted.

1 change: 0 additions & 1 deletion java/helidon-mp/src/main/resources/application.properties

This file was deleted.

2 changes: 1 addition & 1 deletion python/aiohttp/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ async def app():
if __name__ == "__main__":
import sys

web.run_app(app(), port=sys.argv.pop())
web.run_app(app(), port=int(sys.argv.pop()) or 3000)
2 changes: 1 addition & 1 deletion python/clastic/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework:
github: mahmoud/clastic
version: 21.1
version: 23.1

engines:
- gunicorn
Expand Down
2 changes: 1 addition & 1 deletion python/clastic/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
clastic>=23.1,<23.2
clastic>=23.1,<23.2
2 changes: 1 addition & 1 deletion python/starlette/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
framework:
website: www.starlette.io
github: encode/starlette
version: 0.33
version: 0.34

engines:
- uvicorn
Expand Down
2 changes: 1 addition & 1 deletion rust/viz/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
framework:
website: viz.rs
version: 0.6
version: 0.7

0 comments on commit 558a0dc

Please sign in to comment.