Releases: azimjohn/jprq
Releases · azimjohn/jprq
2.4
TLDR;
v2.4 fixes the debugger issue.
What's Changed
- Debugger by @murtazokhongofurov in #192
- [CI] Add go vulnerability scan pipeline by @henrybear327 in #195
- [CI] Introduce dependabot by @henrybear327 in #198
- [CI] Introduce test pipeline by @henrybear327 in #197
- [CI] Introduce fmt and linter CI pipeline by @henrybear327 in #196
- Expose localhost correctly and better error message by @mmkamron in #199
- Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #203
- Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #206
- fix: protocol is not shown by @xzeldon in #218
- Bump go version by @henrybear327 in #220
- Fix debugger request selector issue by @javokhirakramjonov in #234
New Contributors
- @murtazokhongofurov made their first contribution in #192
- @henrybear327 made their first contribution in #195
- @xzeldon made their first contribution in #218
- @javokhirakramjonov made their first contribution in #234
Full Changelog: 2.3...2.4
jprq 2.3
What's Changed
- you can now serve jprq apps on custom domains using CNAME (domain should point to your jprq.app)
- instruction for installing JRPQ via homebrew by @DiyorbekAzimqulov in #176
- a guide to installing arch-based distros by @davronkhamdamov in #183
New Contributors
- @qirikki made their first contribution in #177
- @davronkhamdamov made their first contribution in #183
Full Changelog: 2.2...2.3
jprq 2.2
Release notes 2.2
- ⚡️ optimizations and bug fixes
- 🐛 jprq debugger race condition issues
- 📁
jprq serve
- built-in http server to serve files - 🔜
brew install jprq
- install jprq with brew installer
What's Changed
- Fix Debugger Cpu Load Issue by @mmkamron in #146
- Debugger Bug Fixes by @azimjohn in #147
- Fix cli flags order by @mmkamron in #149
- .sum file included. by @DiyorbekAzimqulov in #163
- Fix Flutter by @azimjohn in #165
- [Enhancement] Add windows installation guide by @mmnvb in #166
- added printHelp for issue 169 by @bek-shoyatbekov in #171
- free function which kills jprq processes using cmd by @aslon1213 in #168
- request/response race condition is avoided; fake requests populater added; other minor JS-related fixes. by @Jasurb3k-coding in #172
New Contributors
- @DiyorbekAzimqulov made their first contribution in #163
- @mmnvb made their first contribution in #166
- @bek-shoyatbekov made their first contribution in #171
- @aslon1213 made their first contribution in #168
jprq 2.1
JPRQ V2 updates!
Finally jprq has a built-in debugger 🎉
Kudos to @Jasurb3k-coding for delivering this feature! 🥳
Also thanks to @mmkamron jprq configs are written to a proper location ⚡️
You can now preview preview http requests coming in and out of your local server.
To use it, add --debug flag at the end of the command, for example:
jprq http 8000 --debug
To update jprq, run the same command for installation with install.sh
script.
jprq 2.0
JPRQ Client Binaries 1.1.0
Updates:
- Fixes panic due to concurrent socket write
- Updates manual for better clarity on the subdomain and host arguments
JPRQ Client Binaries 1.0.0
JPRQ CLI can now expose any local TCP servers, like ssh, databases, or just about anything.