Skip to content

Releases: ztlyyznf001/argos

v0.4.0

Choose a tag to compare

@ztlyyznf001 ztlyyznf001 released this 02 Aug 15:34

v0.3.1

Choose a tag to compare

@ztlyyznf001 ztlyyznf001 released this 16 Jul 11:51

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.

Depend on it with argos_inspector: ^0.3.1 and import package:argos_inspector/argos_inspector.dart.

v0.3.0

Choose a tag to compare

@ztlyyznf001 ztlyyznf001 released this 16 Jul 09:31

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.0 is not yet published to pub.dev. Downstream consumers should depend on the v0.3.0 git 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 if pubspec.yaml or lib/ has drifted a new patch version will be cut instead.

v0.2.0

Choose a tag to compare

@ztlyyznf001 ztlyyznf001 released this 11 May 12:50

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
```