今日精选

技术动态流

labstack/echoreleasedv5.1.015d 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/

aquasecurity/trivyreleasedv0.69.427d 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.140d 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.343d 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.245d 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.046d 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.050d 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.050d ago

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

photoprism/photoprismreleasedlatest51d 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.052d 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/minioreleasedlatest52d ago

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

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
github/gh-awreleasedv0.48.452d ago

v0.48.4 marks the general availability of Google Gemini CLI with improved diagnostics and file access, removes Playwright-specific allowed_domains/allowed_hosts in favor of unified network.allowed (with an auto-migration codemod), introduces workflow-ID-scoped repo-memory branches, delivers clearer schema validation errors with caret pointers and plain-English messages, enables mentioning parent authors in comments, surfaces pre-agent errors in audits, standardizes error codes, restricts PR triage to fork PRs, preserves expression-based draft flags, and enhances documentation with a new Workfl

mudler/localaireleasedv3.12.153d ago

v3.12.1 is a patch release updating llama.cpp to fix Qwen 3 coder incompatibilities, adding backend traces, cleaning up bark.cpp remnants, and merging openresponses messages.

auto-discoveredgithub-searchai
ollama/ollamareleasedv0.17.053d ago

v0.17.0 improves MLX library loading via rpath, consolidates the tokenizer, exposes server context length to the UI, and adds OpenCLAW onboarding support.

auto-discoveredgithub-searchdeepseek
sipeed/picoclawreleasedv0.1.257d ago

v0.1.2 delivers production-readiness enhancements: added health probes (/health, /ready), local Ollama AI support, LINE/OneBot/Discord/Feishu channel integrations, robust tooling (I2C/SPI, async tools, heartbeat), security hardening (symlink escape prevention, ACL enforcement), Docker & CI/CD refinements (Goreleaser, PR-trigger optimization), and comprehensive documentation (roadmap, Termux guide, PR templates).

labstack/echoreleasedv5.0.459d ago

v5.0.4 delivers minor but impactful improvements: fixes for graceful shutdown timing, new utility functions (StatusCode, ResolveResponseStatus), enhanced CSRF template token support, CI updates (Go 1.26), README cleanup, and oapi-codegen path correction.

steipete/gogclireleasedv0.11.059d ago

v0.11.0 introduces new command groups for Apps Script and Google Forms, adds comment management in Docs, cell note reading in Sheets, quoted replies in Gmail, and My Drive–only search in Drive. It also enables contact updates from JSON, improves timezone handling and notification controls in Calendar, enhances attachment and encoding logic in Gmail, refines Drive deletion (now trashes by default), validates download formats, supports shared drives, and secures OAuth with ephemeral loopback ports.

golang/goreleased1.26.062d ago

go1.26.0 is the latest stable release of Go; official release notes are not yet available. As with prior versions, it continues Go's focus on performance, tooling, and backward compatibility.

CompilerCloudRuntime