Skip to content

Releases: azimjohn/jprq

jprq 2.3

02 Jan 20:00
Compare
Choose a tag to compare

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

Full Changelog: 2.2...2.3

jprq 2.2

17 Oct 10:33
Compare
Choose a tag to compare

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

New Contributors

jprq 2.1

14 May 18:49
870085d
Compare
Choose a tag to compare

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

Screenshot 2023-05-14 at 20 42 04

To update jprq, run the same command for installation with install.sh script.

jprq 2.0

27 Feb 08:21
bc401f2
Compare
Choose a tag to compare
  • complete re-write: faster & secure
  • requires authentication with github
  • binaries can be installed with install.sh script

JPRQ Client Binaries 1.1.0

01 Jan 22:00
25b9fae
Compare
Choose a tag to compare

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

02 Nov 18:16
Compare
Choose a tag to compare

JPRQ CLI can now expose any local TCP servers, like ssh, databases, or just about anything.