Skip to content

Releases: git-pkgs/proxy

v0.2.1

06 Apr 18:36
e1d2331

Choose a tag to compare

Changelog

  • bcbb883 Add failing tests for composer dist URL and shared reference bugs
  • 941ed51 Auto-detect and strip single top-level directory prefix when browsing archives
  • 81f5057 Bump archives to v0.2.2
  • e36a924 Clean up review feedback: use path.Ext for extension checks, remove dead getStripPrefix, add openArchive tests
  • b68184c Fix composer dist URL rewriting and browse source for extensionless filenames

v0.2.0

06 Apr 12:39
7a758b9

Choose a tag to compare

Changelog

  • 922d44b Add Cargo cooldown support (#48)
  • 4a78292 Add Docker ecosystem to Dependabot config
  • 75ff85f Add cooldown support for Conda (#68)
  • 43a164e Add cooldown support for Hex
  • 70fe686 Add cooldown support for NuGet (#67)
  • cb9bbbc Add cooldown support for RubyGems
  • 5e04182 Add upstream URL tests for all ecosystem download handlers (#51)
  • 6def2e2 Bump actions/setup-go from 6.3.0 to 6.4.0 (#58)
  • 05093c9 Bump docker/build-push-action from 6.18.0 to 7.0.0 (#37)
  • 5a46b75 Bump docker/login-action from 3.7.0 to 4.0.0 (#39)
  • 302cd41 Bump docker/metadata-action from 5.10.0 to 6.0.0 (#38)
  • 2f06411 Bump github.com/git-pkgs/enrichment from 0.1.5 to 0.2.1 (#46)
  • 1d58f00 Bump github.com/lib/pq from 1.11.2 to 1.12.0 (#45)
  • 1a8def9 Bump modernc.org/sqlite from 1.46.1 to 1.47.0 (#47)
  • f484cd8 Bump zizmorcore/zizmor-action from 0.5.0 to 0.5.2 (#36)
  • ec9c437 Correct ecosystem name in UI for Go (golang). (#64)
  • 15c133f Fix Composer minified metadata expansion and namespaced package routing (#63)
  • 6d0204c Fix Docker publish workflow to trigger on tag push
  • bdc246d Fix container blob caching by passing auth token to fetcher (#44)
  • 24d5e77 Fix cross-device link error when running in Docker with volumes (#66)
  • 03ddad1 Fix paths for files.pythonhosted.org (#50)
  • beddf83 Fix startup message and add connectivity check for S3 storage (#57)
  • 34009ba Lazy-load HTML templates behind sync.Once (#59)
  • 7a758b9 Remove redundant cooldown ecosystem list from README
  • e45706d Track applied migrations to skip column checks on startup (#60)
  • c50bfc4 Update Dockerfile to Go 1.25 to match go.mod

v0.1.0

19 Mar 10:04
f23e0cb

Choose a tag to compare

Changelog

  • 658e962 Add Container, Debian, RPM handlers and enrichment API
  • 2a20fea Add Dockerfile and docker-compose.yml
  • f4a407c Add GitHub Actions workflows and goreleaser config
  • fcc5289 Add auth pass-through for upstream registries
  • d820f75 Add direct tests for handler core methods, template rendering, and query validation
  • 82443e1 Add generated OpenAPI docs support
  • ba754f8 Add gocloud.dev/blob for S3 and filesystem storage
  • 3afa5e0 Add handler download flow and server utility tests
  • 0e1a06c Add size limits on request bodies and upstream metadata reads
  • 41aa11a Add sqlx with SQLite default and PostgreSQL option
  • 06483d2 Add tests for Conan and NuGet handlers
  • dd4595d Add version cooldown section to README
  • 4f8f63f Add version cooldown to filter recently published packages
  • f23e0cb Add workflow to publish Docker image to GHCR on release (#35)
  • 1eb9d71 Align database schema with git-pkgs for compatibility
  • bd99f3d Bump actions/setup-go from 6.2.0 to 6.3.0
  • d36b660 Bump github.com/ecosyste-ms/ecosystems-go
  • c50bf72 Bump github.com/go-chi/chi/v5 from 5.2.4 to 5.2.5
  • 5b16012 Bump goreleaser/goreleaser-action from 6.4.0 to 7.0.0
  • b86c8be Bump zizmorcore/zizmor-action from 0.4.1 to 0.5.0
  • ade6438 Document web UI, monitoring, database schema, and cooldown support
  • 9e97a33 Escape user-controlled strings in browse source JavaScript
  • 7b1bdf7 Extract checkCache helper to reduce duplication
  • 9c974a0 Fix Windows CI test failures
  • 599fe9e Fix all golangci-lint issues across the codebase (#32)
  • 8ddf075 Fix golangci-lint errors (errcheck, staticcheck, unused)
  • e6645f3 Fix staticcheck QF1012 lint warnings in diff package
  • 7b22638 Hello world
  • 2d7cb8e Refactoring and features
  • bf7e83e Reject path traversal in debian and rpm handlers
  • fe32236 Remove hard-coded ecosystems from templates
  • 4d5098e Remove internal/archive package, replaced by git-pkgs/archives dependency
  • 935c881 Remove local replace directives for git-pkgs dependencies
  • 364549a Replace inline PURL construction with purl library
  • 07778d9 Replace internal/diff with archives/diff
  • be8c4b9 Replace internal/upstream with registries/fetch
  • e2a683c Route handler metadata requests through Proxy.HTTPClient instead of http.DefaultClient
  • 3d6ebc9 Stop leaking internal error messages in API and health responses
  • bbd88fc Update .gitignore
  • 70dd557 Update Go dependencies
  • 9368d5c Update README to reflect current CLI flags, Postgres, and S3 support (#33)
  • 1618d6d Update all dependencies
  • a93eb4d Update archives to v0.2.0
  • 8c7928c Update dependencies
  • aa58059 Update dependencies
  • 96ff273 Update ecosystems-go dependency version in go.mod
  • f10610f Use go tool directive for golangci-lint instead of GitHub Action
  • e35394b Use shared github.com/git-pkgs/enrichment module
  • c710692 go mod tidy
  • 0901aa0 ignore binary
  • fb66817 remove and ignore cache db