Skip to content

Releases: hughesjs/SpaceTrackSdk

Release v2.0.1

Choose a tag to compare

@github-actions github-actions released this 18 Apr 22:23
571bac7

2.0.1 (2026-04-18)

Release v2.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Dec 01:53
db6eb28

2.0.0 (2025-12-25)

⚠ BREAKING CHANGES

  • Requires NUGET_USER secret to be configured

Features

  • migrate to OIDC trusted publishing for NuGet.org (#96) (db6eb28)

Release v1.1.4

Choose a tag to compare

@github-actions github-actions released this 25 Dec 01:03
d9dc219

1.1.4 (2025-12-25)

Code Refactoring

  • migrate to ArchonAnalysers for architecture validation (#95) (d9dc219)

Release v1.1.3

Choose a tag to compare

@github-actions github-actions released this 16 Jan 07:11
aa3622a

1.1.3 (2024-01-16)

Release v1.1.2

Choose a tag to compare

@github-actions github-actions released this 23 Jul 20:00
4e98679

1.1.2 (2023-07-23)

Release v1.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 16:38
a87251a

1.1.1 (2023-06-04)

Documentation

  • Added auth section to readme (d935006)

Release v1.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Jan 02:34
1b88721

1.1.0 (2023-01-03)

Features

Bug Fixes

  • Added tests for operators and fixed some minor bugs (bdf8d90)
  • Added tests for predicates and minor bug fixes (3726c69)

Code Refactoring

  • Simplified type signature of InclusiveRangeOperator (579daea)

Tests

  • Removed prefixing / (c279fa1)
  • Using a stubbed server for inteegration tests (b0ef4d2)

Release v1.0.1

Choose a tag to compare

@github-actions github-actions released this 02 Jan 17:37
3de7d7a

1.0.1 (2023-01-02)

Release v0.3.0

Choose a tag to compare

@github-actions github-actions released this 02 Jan 17:34
3de7d7a

0.3.0 (2023-01-02)

Features

  • Finished adding DI Extensions (f4b27d2)

Bug Fixes

  • Removed debug lines (221f6f5)
  • Updated env vars in pipelines (e61cb9b)

Documentation

  • Updated readme with basic usage and fixed some mistakes in the contributing guide (5928233)

Release v0.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Jan 00:40
77d746c

0.2.0 (2023-01-02)

Features

  • Added BasicSpaceDataClient (5c6a2ed)
  • Added cookie jar, intercepting handler, and client tests (f86a143)

Bug Fixes

  • Added secrets as env vars to workflow (ae67a11)

Tests