v0.140.1 #2593
maxandersen
announced in
Blog/Website
v0.140.1
#2593
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
JBang Enterprise Edition release
🔐 Authenticated Repositories Just Work
JBang now supports .netrc credentials and environment tokens (GITHUB_TOKEN, GITLAB_TOKEN) everywhere — both for HTTP downloads and for Maven dependency resolution.
That means fetching dependencies from GitHub Packages, GitLab registries, or any private Maven repository now can be done without needing a
settings.xml; and lets you reuse git, github and gitlab cli auth mechanisms.Example
.netrcto enable auth for github maven repositories and https locations:Please try and see if it works on your protected sites - let us know if works or not; we might be able to add support for it :)
☕ Install Any JDK From a URL or Local Archive
You can now point jbang jdk install at a URL or a local .tar.gz/.zip archive to install any JDK distribution, not just the ones JBang knows about. Got a custom build, an EA release, or a vendor-specific JDK? Just hand JBang the link.
Linking a local JDK is also smoother:
jbang jdk install 21 /path/to/jdknow (again) works directly instead of requiring a non-numeric ID.🐚 Tab Completion Gets Smarter
jbangcompletion now auto-detects your shell — no need to remember whether to pass bash, zsh, or fish. Just run jbang completion and it figures it out. PowerShell (pwsh) completion is now supported too. The output includes setup instructions so you know exactly what to add to your shell config.🪟 Windows Fixes
Other Improvements
instead of leaving you guessing.
What's Changed
Acceptheader by @0x6675636b796f75676974687562 in For JSON resources fetched over HTTP(S), explicitly set theAcceptheader #2563jbang deps searchdo not work on Windows #2549 by @arnabnandy7 in fix: resolve jbang deps search hang on Windows #2549 #2568New Contributors
Acceptheader #2563Full Changelog: v0.139.3...v0.140.1
This discussion was created from the release v0.140.1.
Beta Was this translation helpful? Give feedback.
All reactions