Releases: ztlyyznf001/argos
Release list
v0.4.0
v0.3.1
First release published to pub.dev, as argos_inspector — the name argos was rejected by pub.dev as too similar to the existing argo package. Functionally identical to the v0.3.0 tag plus a lint fix; public API class names (ArgosManager, ArgosConfig, …) are unchanged, only the package/import name changed to argos_inspector.
- Release notes:
## 0.3.1in CHANGELOG.md - pub.dev: https://pub.dev/packages/argos_inspector/versions/0.3.1
Depend on it with argos_inspector: ^0.3.1 and import package:argos_inspector/argos_inspector.dart.
v0.3.0
Argos 0.3.0 — a rollup release bundling four changes landed since 0.2.0, expanding Argos from "network + basic FPS" into a four-signal APM tool (network, crash, jank, resource) with an event-type-aware Inspector and a hardened storage layer.
Release notes: see the ## 0.3.0 section of CHANGELOG.md at this tag.
pub.dev publishing is deferred. This release cuts the GitHub tag and Release now;
argos 0.3.0is not yet published to pub.dev. Downstream consumers should depend on thev0.3.0git tag until the pub.dev publish lands. Per the project's release-process (Mode B), the deferred publish will re-run verification on this tagged commit, and ifpubspec.yamlorlib/has drifted a new patch version will be cut instead.
v0.2.0
See CHANGELOG.md (中文版: CHANGELOG_zh.md) for full notes.
Breaking — Android plugin toolchain bump
Downstream Android hosts must be on AGP 8.7+ / Kotlin 2.0+ / JDK 17 / compileSdk 36. AGP 7 / JDK 11 hosts will fail to configure. See the ### Breaking section in CHANGELOG for details.
pub.dev status
Publish to pub.dev is deferred for this release. This tag and Release exist; pub.dev does not yet have argos 0.2.0. Users wanting 0.2.0 from pub.dev should consume it as a git dependency until the pub.dev publish lands:
```yaml
dependencies:
argos:
git:
url: https://github.com/ztlyyznf001/argos.git
ref: v0.2.0
```