Skip to content

Releases: manugarg/pacparser

v1.5.0 - Migrate from SpiderMonkey to QuickJS

08 Feb 23:55
74eb8a4

Choose a tag to compare

  • We are finally moving away from 20 yrs old SpiderMonkey version to QuickJS
  • Added dedicated tests for resolve_host.

v1.4.6 - No functionality change, build updates

02 Nov 00:01
4fe99fe

Choose a tag to compare

What's Changed

  • [build] Add Python 3.13 to build matrix and drop macos-13 by @manugarg in #221
  • [build] Improve release binaries by @manugarg in #203
  • Add a makefile option to build static library for pacparser by @manugarg in #205
  • [build] Fix workflows for branch rename by @manugarg in #212

Full Changelog: v1.4.5...v1.4.6

v1.4.5 - No functionality change, build updates

29 Jun 22:55
f85e12c

Choose a tag to compare

What's Changed

  • This release includes python packages for MacOS arm64 for Ptyhon 3.11 and 3.12
  • This release also includes python packages for Linux for Python 3.12.

Note: v1.4.4 was skipped.

Chnages:

New Contributors

Full Changelog: v1.4.3...v1.4.5

v1.4.3 - Couple of platform specific bug fixes and Docker image

16 Jan 16:33

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.4.3

v1.4.2 - Fix a bug where improper input may cause spurious results

25 May 16:08
0bf0636

Choose a tag to compare

This release fixes the security issue reported in GHSA-62q6-v997-f7v9. We are discussing the actual impact of the bug here:
#161

See 0bf0636 for the actual fix.

This release also cleans up code quite a bit.

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.4.2

v1.4.1 - Pypi package for Python 3.11

24 Feb 21:06
ba33fed

Choose a tag to compare

This release has no feature changes. We're just adding Pypi package for Python3.11.

v1.4.0

26 Apr 03:41
853e8f4

Choose a tag to compare

Couple of memory related bug fixes.

  • Fix memory leak in str_replace. (#133)
  • Fix possible memory overwrite vulnerability. (#134)

Full Changelog: v1.3.9...v1.4.0

v1.3.9

25 Mar 19:23
4bbfb15

Choose a tag to compare

This release includes a bug fix (#118) for the memory overwrite issue reported by huntr.dev (referred to in #113 as well).

Also, it contains a ton of build fixes and improvements.

What's Changed

Full Changelog: v1.3.8...v1.3.9

v1.3.8

23 Mar 08:56

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.7...v1.3.8

1.3.7

19 Oct 08:49

Choose a tag to compare

Mostly bug fixes.