[jira] [Created] (PROTON-2791) Add MSG_MORE performance boost to raw connections

2024-01-12 Thread Clifford Jansen (Jira)
Clifford Jansen created PROTON-2791:
---

 Summary: Add MSG_MORE performance boost to raw connections
 Key: PROTON-2791
 URL: https://issues.apache.org/jira/browse/PROTON-2791
 Project: Qpid Proton
  Issue Type: Improvement
  Components: proton-c
Affects Versions: proton-c-0.39.0
Reporter: Clifford Jansen
Assignee: Clifford Jansen


When multiple buffers are staged for writing, the use of the MSG_MORE send() 
flag for all but the last buffer can result in significant speed improvement.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-2790) Improve session flow control

2024-01-12 Thread Clifford Jansen (Jira)
Clifford Jansen created PROTON-2790:
---

 Summary: Improve session flow control
 Key: PROTON-2790
 URL: https://issues.apache.org/jira/browse/PROTON-2790
 Project: Qpid Proton
  Issue Type: Improvement
  Components: proton-c
Affects Versions: proton-c-0.39.0
Reporter: Clifford Jansen
Assignee: Clifford Jansen


Current flow control replenishment for the session incoming window only occurs 
when the window reaches 0.  This minimizes flow frames on the wire but 
introduces a stall in transfer processing.

Switching to using a low watermark for the session incoming window would allow 
the application to choose a preferred trade off between transfer stalls and 
FLOW frames.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



Re: [PR] Bump prettier from 2.5.1 to 3.1.1 in /console/react [qpid-dispatch]

2024-01-12 Thread via GitHub


dependabot[bot] closed pull request #1676: Bump prettier from 2.5.1 to 3.1.1 in 
/console/react
URL: https://github.com/apache/qpid-dispatch/pull/1676


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



Re: [PR] Bump prettier from 2.5.1 to 3.1.1 in /console/react [qpid-dispatch]

2024-01-12 Thread via GitHub


dependabot[bot] commented on PR #1676:
URL: https://github.com/apache/qpid-dispatch/pull/1676#issuecomment-1889687313

   Superseded by #1684.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[PR] Bump prettier from 2.5.1 to 3.2.0 in /console/react [qpid-dispatch]

2024-01-12 Thread via GitHub


dependabot[bot] opened a new pull request, #1684:
URL: https://github.com/apache/qpid-dispatch/pull/1684

   Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 3.2.0.
   
   Release notes
   Sourced from https://github.com/prettier/prettier/releases;>prettier's 
releases.
   
   3.2.0
   https://github.com/prettier/prettier/compare/3.1.1...3.2.0;>diff
    https://prettier.io/blog/2024/01/13/3.2.0.html;>Release 
note
   3.1.1
    https://github.com/prettier/prettier/blob/main/CHANGELOG.md#311;>Changelog
   3.1.0
   https://github.com/prettier/prettier/compare/3.0.3...3.1.0;>diff
    https://prettier.io/blog/2023/11/13/3.1.0.html;>Release 
note
   3.0.3
    https://github.com/prettier/prettier/blob/main/CHANGELOG.md#303;>Changelog
   3.0.2
    https://github.com/prettier/prettier/blob/main/CHANGELOG.md#302;>Changelog
   3.0.1
    https://github.com/prettier/prettier/blob/main/CHANGELOG.md#301;>Changelog
   3.0.0
   https://github.com/prettier/prettier/compare/3.0.0-alpha.6...3.0.0;>diff
    https://prettier.io/blog/2023/07/05/3.0.0.html;>Release 
note
   3.0.0-alpha.6
   What's Changed
   
   Update .d.ts files of plugins to use export default 
... by https://github.com/fisker;>@​fisker in 
https://redirect.github.com/prettier/prettier/pull/14435;>prettier/prettier#14435
   
   Other changes since v2, see https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1;>3.0.0-alpha.1
 release notes
   Full Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.5...3.0.0-alpha.6;>https://github.com/prettier/prettier/compare/3.0.0-alpha.5...3.0.0-alpha.6
   3.0.0-alpha.5
   What's Changed
   
   Add .d.ts files by https://github.com/sosukesuzuki;>@​sosukesuzuki in https://redirect.github.com/prettier/prettier/pull/14212;>prettier/prettier#14212
   Support TypeScript 5 via babel-ts parser by https://github.com/fisker;>@​fisker in https://redirect.github.com/prettier/prettier/pull/14391;>prettier/prettier#14391
   
   Other changes since v2, see https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1;>3.0.0-alpha.1
 release notes
   Full Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.4...3.0.0-alpha.5;>https://github.com/prettier/prettier/compare/3.0.0-alpha.4...3.0.0-alpha.5
   3.0.0-alpha.4
   What's Changed
   
   Remove support for Flow comment types by https://github.com/thorn0;>@​thorn0 in https://redirect.github.com/prettier/prettier/pull/13687;>prettier/prettier#13687
   Make resolveParser work like v2 by https://github.com/fisker;>@​fisker in https://redirect.github.com/prettier/prettier/pull/13732;>prettier/prettier#13732
   Add __debug apis to cjs version by https://github.com/fisker;>@​fisker in https://redirect.github.com/prettier/prettier/pull/13731;>prettier/prettier#13731
   
   
   
   ... (truncated)
   
   
   Changelog
   Sourced from https://github.com/prettier/prettier/blob/main/CHANGELOG.md;>prettier's 
changelog.
   
   3.2.0
   https://github.com/prettier/prettier/compare/3.1.1...3.2.0;>diff
    https://prettier.io/blog/2024/01/13/3.2.0.html;>Release 
Notes
   3.1.1
   https://github.com/prettier/prettier/compare/3.1.0...3.1.1;>diff
   Fix config file search (https://redirect.github.com/prettier/prettier/pull/15363;>#15363 by 
https://github.com/fisker;>@​fisker)
   Previously, we start search for config files from the filePath as a 
directory, if it happened to be a directory and contains config file, it will 
be used by mistake.
   ├─ .prettierrc
   └─ test.js (A directory)
 └─ .prettierrc
   
   // Prettier 3.1.0
   await prettier.resolveConfigFile(new URL(./test.js, 
import.meta.url));
   // CWD/test.js/.prettierrc
   // Prettier 3.1.1
   await prettier.resolveConfigFile(new URL(./test.js, 
import.meta.url));
   // CWD/.prettierrc
   
   Skip explicitly passed symbolic links with 
--no-error-on-unmatched-pattern (https://redirect.github.com/prettier/prettier/pull/15533;>#15533 by 
https://github.com/sanmai-NL;>@​sanmai-NL)
   Since Prettier v3, we stopped following symbolic links, however in some 
use cases, the symbolic link patterns can't be filtered out, and there is no 
way to prevent Prettier from throwing errors.
   In Prettier 3.1.1, you can use 
--no-error-on-unmatched-pattern to simply skip symbolic links.
   Consistently use tabs in ternaries when useTabs is 
true (https://redirect.github.com/prettier/prettier/pull/15662;>#15662 by 
https://github.com/auvred;>@​auvred)
   
   // Input
   aaa
? bb
: ccc
  ? ddd
  : eee
? fff
: ;
   // Prettier 3.1.0
   /tr/table
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/prettier/prettier/commit/29f299f73edf9dea28aae9d44a52377a8d12620f;>29f299f
 Release 3.2.0
   https://github.com/prettier/prettier/commit/c9fc23e0e7fe364af77e8d6da88292519da40736;>c9fc23e
 Update issue template