8000 Apm 55 by alexbakharew · Pull Request #14364 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Apm 55 #14364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 17, 2021
Merged

Apm 55 #14364

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
8000
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changelog
  • Loading branch information
alexbakharew committed Jun 16, 2021
commit 87cf166be39e79bc0cf78e314962e6047180e213
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
devel
-----

* Add 3 AQL functions: GAUSS_DECAY, EXP_DECAY and LINEAR_DECAY.

* Fix URL request parsing in case data is handed in in small chunks.
Previously the URL could be cut off if the chunk size was smaller than
the URL size.
Expand Down
0