Featured Today

Your Event Feed

Releasesβ€’May 1
labstack/echo
2 events1h windowLatest: v5.1.1
  • v5.1.1 Β· v5.1.1 - Context.Scheme() should validate header values **Security** * `Context.Scheme()` should val...
  • v4.15.2 Β· v4.15.2 - Context.Scheme() header validation **Security** * `Context.Scheme()` should validate valu...
gofiber/fiberreleasedv3.2.0β€’ 35d ago

v3.2.0 ## πŸš€ New - Add URL() method to Route for generating URLs with parameters (#4195) https://docs.gofiber.io/api/app#getroute - Add comprehensive tests for binding to pointer scalar types (#4191) - Add response format support to healthcheck middleware (#4178) https://docs.gofiber.io/middleware/healthcheck#config - Route Domain() func for host-based routing (#4100) - Add pagination middleware (#4127) https://docs.gofiber.io/middleware/paginate - Add BindError type with source and field metadata (#4120) https://docs.gofiber.io/api/bind#binderror - Add PanicHandler in recover middleware (#4110

gastownhall/beadsreleasedv1.0.3β€’ 36d ago

v1.0.3 ## beads v1.0.3 Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), Windows (AMD64 & ARM64), Android/Termux (ARM64), and FreeBSD. ### Installation **Homebrew (macOS/Linux):** ```bash brew install beads ``` **Quick Install (macOS/Linux/FreeBSD):** ```bash curl -sSL https://raw.githubusercontent.com/gastownhall/beads/main/scripts/install.sh | bash ``` **Windows (PowerShell):** ```powershell irm https://raw.githubusercontent.com/gastownhall/beads/main/install.ps1 | iex ``` **Manual Install:** Download the appropriate binary for your platform below, extract it, and place it in y

aquasecurity/trivyreleasedv0.70.0β€’ 43d ago

v0.70.0 ## ⚑ Highlights ⚑ πŸ‘‰ https://github.com/aquasecurity/trivy/discussions/10546 ## Changelog https://github.com/aquasecurity/trivy/blob/main/CHANGELOG.md#0700-2026-04-16

labstack/echoreleasedv5.1.0β€’ 60d ago

v5.1.0 ## Security This change does not break the API contract, but it does introduce breaking changes in logic/behavior. If your application is using `c.RealIP()` beware and read https://echo.labstack.com/docs/ip-address In `v5` the `c.RealIP()` will now return `request.RemoteAddr` unless `e.IPExtractor` has been configured. No potentially spoofable headers are used by default anymore. Configure `IPExtractor` with proper trust options when you want to read IP from headers. See: - https://pkg.go.dev/github.com/labstack/echo/v5#ExtractIPFromRealIPHeader - https://pkg.go.dev/github.com/labstack/

google/osv-scannerreleasedv2.3.5β€’ 66d ago

v2.3.5 # v2.3.5 ### Features: - [Feature #2571](https://github.com/google/osv-scanner/pull/2571) Enable transitive scanning for Python requirements.txt files using the deps.dev API. - [Feature #2649](https://github.com/google/osv-scanner/pull/2649) Add ability to allow unsafe plugins, logging a warning when any unsafe plugin is enabled. ### Fixes: - [Bug #2630](https://github.com/google/osv-scanner/pull/2630) Improve startup performance on Windows Terminal by updating lipgloss. - [Bug #2599](https://github.com/google/osv-scanner/pull/2599) Ensure the package deprecation enricher respects the s

aquasecurity/trivyreleasedv0.69.4β€’ 72d ago

v0.69.4 delivers stability and precision: fixes for SBOM license handling (SPDX/Red Hat), Python dependency parsing (requirements.txt, pylock.toml, Poetry), Go binary version detection, and Azure ARM/K8s misconfiguration checks; adds Maven proxy support, CVSS v4 in CycloneDX reports, build provenance attestations, and performance optimizations via filepath.WalkDir; includes dependency updates, CI hardening, and documentation improvements.

golang/goreleased1.26.1β€’ 85d ago

go1.26.1 is a minor patch release of Go, addressing critical fixes and security updates; no specific changes are detailed in the available notes.

CompilerCloudRuntime
aquasecurity/trivyreleasedv0.69.3β€’ 88d ago

v0.69.3 ## Changelog * 6fb20c8edd70745d6b34bff0387b53b03c8a760a release: v0.69.3 [release/v0.69] (#10293) * dabefec57d099184bc8bd268dea23cd5d502f9cc fix(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 [backport: release/v0.69] (#10291)

aquasecurity/trivyreleasedv0.69.2β€’ 90d ago

v0.69.2 is a maintenance release featuring dependency updates (OpenTelemetry SDK v1.40.0, circl v1.6.3) and removal of the apidiff CI workflow.

gin-gonic/ginreleasedv1.12.0β€’ 91d ago

v1.12.0 ## Changelog ### Features * 192ac89eefc1c30f7c97ae48a9ffb1c6f1c8c8bc: feat(binding): add support for encoding.UnmarshalText in uri/query binding (#4203) (@takanuva15) * 53410d2e07054369e0960fbe2eed97e1b9966f12: feat(context): add GetError and GetErrorSlice methods for error retrieval (#4502) (@raju-mechatronics) * acc55e049e33b401e810dbd8c0d6dcb6b3ba2b05: feat(context): add Protocol Buffers support to content negotiation (#4423) (@1911860538) * 38e765119241d990705169bedb5002a29ae0cbd1: feat(context): implemented Delete method (@Spyder01) * 771dcc6476d7bc6abb9ec0235ecefa4d38fe6fb0: feat

gofiber/fiberreleasedv3.1.0β€’ 95d ago

v3.1.0 ## πŸš€ New - expand middleware context helpers (#4079) ```go app := fiber.New(fiber.Config{ PassLocalsToContext: true, // default: false }) // Works for requestid, csrf, session, basicauth, keyauth middlewares app.Use(requestid.New()) app.Get("/", func(ctx fiber.Ctx) error { // Value helpers from middlewares works now with 3 different context items id := requestid.FromContext(ctx) // works always id := requestid.FromContext(ctx.RequestCtx()) // works always id := requestid.FromContext(ctx.Context()) // works only when `PassLocalsToContext` is true return c.SendString(id) }) ``` https://do

kxiandaoyan/memoh-v2releasedv1.0.0β€’ 95d ago

Initial stable release (v1.0.0) of a next-generation human-centric agent surpassing OpenClaw in capabilities and features.

photoprism/photoprismreleasedlatestβ€’ 96d ago

No release notes available; latest version 251130-b3068414c reflects ongoing development of the AI-powered photo management platform.

auto-discoveredgithub-searchai
go-task/taskreleasedv3.48.0β€’ 97d ago

Release v3.48.0 details are unavailable; the package remains a Go-written task runner mapped from npm as a build-tool alternative.

auto-discoverednpmtask
minio/minioreleasedlatestβ€’ 97d ago

No release notes available; MinIO remains a high-performance, S3-compatible object store under GNU AGPLv3.

danielmiessler/fabricreleasedv1.4.419β€’ 97d ago

v1.4.419 adds a new 'wire' debug level (4) for detailed LLM request/response logging, including message roles, content, stream updates, and token usage, with updated CLI help text and shell completions.

auto-discoveredgithub-searchai