Skip to content

Latest commit

 

History

History
311 lines (224 loc) · 9.14 KB

CHANGELOG.md

File metadata and controls

311 lines (224 loc) · 9.14 KB

Unreleased

full changelog

full changelog

  • Upgrade to Go 1.23 🚀
  • Upgrade dependencies

full changelog

  • Migrate to github.com/aws/aws-sdk-go-v2
  • Upgrade dependencies

full changelog

  • Upgrade to Go 1.22 🚀
  • Add golangci-lint
  • Upgrade dependencies

v0.12.4

full changelog

  • ignore URL parameters in blobFetcher
  • Upgrade dependencies

v0.12.3

full changelog

  • Upgrade to Go 1.21 🚀
  • Upgrade dependencies

v0.12.2

full changelog

  • Upgrade to Go 1.20 🚀
  • Migrate to github.com/cockroachdb/errors
  • Upgrade dependencies

v0.12.1

full changelog

  • Re-released due to unintentional disappearance of us-docker.pkg.dev/gitpanda/gitpanda/app:v0.12.0 and us-docker.pkg.dev/gitpanda/gitpanda/app:latest
  • Upgrade dependencies

v0.12.0

full changelog

  • Support commit URL
  • Fixed. 404 error for URLs containing anchors

v0.11.0

full changelog

  • Upgrade to Go 1.19
  • Push docker image to GCP Artifact Registry
  • Upgrade dependencies

v0.10.2

full changelog

v0.10.1

full changelog

  • Fixed failure to send error to Sentry when not Lambda
  • Upgrade to Go 1.18
  • Add Kubernetes examples
  • Upgrade dependencies

v0.10.0

full changelog

  • Supports to job URL with the line number
  • Upgrade dependencies

v0.9.6

full changelog

  • Fixed.x509: certificate signed by unknown authority
  • Upgrade dependencies

v0.9.5

full changelog

  • Support GitHub Container Registry (ghcr.io)
  • Upgrade to Go 1.16
  • Upgrade dependencies

v0.9.4

full changelog

  • Wrap all error with errors.WithStack
  • Upgrade dependencies

v0.9.3

full changelog

  • Support snippet routes including /-/ for GitLab 13.3.0+
  • Upgrade dependencies

v0.9.2

full changelog

  • Expand only UTF-8 file
  • Upgrade to Go 1.15
  • Upgrade dependencies

v0.9.1

full changelog

  • Support blob link without line hash
  • Upgrade to Go 1.14
  • Upgrade dependencies

v0.9.0

full changelog

  • Support project routes including /-/
  • Upgrade dependencies

v0.8.0

full changelog

v0.7.3

full changelog

  • Build with Go 1.13
  • Upgrade dependencies

v0.7.2

full changelog

  • Expand urls when contains both valid and invalid urls

v0.7.1

full changelog

  • Verify slack request with signature token
  • Add newline to log

v0.7.0

full changelog

  • Support sub-group URL

v0.6.0

full changelog

  • Support snippet URL

v0.5.0

full changelog

  • Support group URL

v0.4.1

full changelog

  • Bugfixed. description is broken when text or url in markdown is blank

v0.4.0

full changelog

  • Support Job URL and Pipeline URL

v0.3.10

full changelog

  • Add duration in debug log

v0.3.9

full changelog

  • Bugfix. debug logging

v0.3.8

full changelog

  • Convert markdown link to Slack link

v0.3.7

full changelog

  • Performance tuning when call multiple APIs

v0.3.6

full changelog

  • Sanitize embed image in description

v0.3.5

full changelog

  • Bugfixed. couldn't be expanded url which ends with /

v0.3.4

full changelog

  • Fixed SEGV when non-user's project

v0.3.3

full changelog

  • Add debug log in gitlab/url_parser

v0.3.2

full changelog

  • Add footer to slack attachment

v0.3.1

full changelog

  • Set User-Agent for GitLab API
  • Performance tuning for multiple links
  • Refactor: split to sub packages
  • and other refactorings

v0.3.0

full changelog

  • Support blob URL

v0.2.0

full changelog

  • Tweak page title
  • Support comment url

v0.1.3

full changelog

  • Add TRUNCATE_LINES

v0.1.2

full changelog

v0.1.1

full changelog

  • Remove check for parameter store

v0.1.0

  • Initial release