Skip to content

Releases: JuliaComputing/PkgAuthentication.jl

v2.1.2

08 Apr 00:47
f52ddb2
Compare
Choose a tag to compare

PkgAuthentication v2.1.2

Diff since v2.1.1

Merged pull requests:

v2.1.1

20 Feb 20:46
691aaeb
Compare
Choose a tag to compare

PkgAuthentication v2.1.1

Diff since v2.1.0

Merged pull requests:

v2.1.0

17 Feb 07:56
04421fe
Compare
Choose a tag to compare

PkgAuthentication v2.1.0

Diff since v2.0.3

Merged pull requests:

Closed issues:

  • MethodError: no method matching similar(::Text{URIs.URI}, ::Type{Any}) (#37)

v2.0.3

06 Mar 13:00
cc6b87a
Compare
Choose a tag to compare

PkgAuthentication v2.0.3

Diff since v2.0.2

Merged pull requests:

v2.0.2

07 Feb 13:56
737309d
Compare
Choose a tag to compare

PkgAuthentication v2.0.2

Diff since v2.0.1

Merged pull requests:

  • fix: redact token secrets in state show methods (#33) (@pfitzseb)

Closed issues:

  • Security: don't print/return user token (#32)

v2.0.1

09 Jun 17:20
16d507c
Compare
Choose a tag to compare

PkgAuthentication v2.0.1

Closed issues:

  • The authentication goes into a loop (#1)
  • Token is not getting saved even after successful authentication (#2)
  • PkgAuthentication.jl is not invoking the auth mechanism (#3)
  • Allow Pkg operations on unauthenticated PkgServer (#6)
  • provide install entry point (#11)
  • Request that triggered auth fails after successful authentication (#12)
  • Add option to not populate ENV in authenticate (#21)

Merged pull requests:

  • Fix typo (#5) (@vdayanand)
  • switch from HTTP to Downloads (#7) (@StefanKarpinski)
  • state machine impl (#8) (@pfitzseb)
  • some tweaks and questions (#9) (@StefanKarpinski)
  • Update installation instruction (#10) (@vdayanand)
  • easier hook installation (#13) (@pfitzseb)
  • Make some breaking changes to the existing one-arg authenticate(::AbstractString) method, and add a new zero-arg authenticate() method (#15) (@DilumAluthge)
  • Vendor the fixed get_server_dir, but compare its output to that of the upstream Pkg.PlatformEngines.get_server_dir, and print a warning if the two values differ (#16) (@DilumAluthge)
  • Bump the version number from "2.0.0-DEV" to "2.0.0" (#18) (@DilumAluthge)
  • Move the state machine diagram to a separate docs/internals.md Markdown file (#19) (@DilumAluthge)
  • Set up TagBot on this repository (#20) (@DilumAluthge)
  • Add the optional modify_environment kwarg to the authenticate(server::AbstractString) method (#22) (@DilumAluthge)
  • Check that JULIA_PKG_SERVER is non-empty (#23) (@mortenpi)
  • Remove dead code (#24) (@mortenpi)
  • Convert state machine diagram to Mermaid (#25) (@mortenpi)
  • Use TOML standard library explicitly instead of Pkg.TOML (#26) (@mortenpi)
  • Fix the acquisition of the refresh token (#27) (@mortenpi)
  • fix: use json serialization for robustness (#29) (@pfitzseb)