Skip to content

Releases: Workiva/fluri

1.2.7

19 Oct 16:37
Compare
Choose a tag to compare

Info

Build: https://ci.webfilings.com/build/1946615
Skynet Results: https://wf-skynet-hrd.appspot.com/results/smithy/1946615/latest
Pipeline: https://w-rmconsole.appspot.com/release/pipeline/5757000711667712/
This patch release includes the following changes:

Miscellaneous

  • #80 CPLAT-4523 Drop Dart 1 support
    • CPLAT-4523 [D2CU] fluri

Notes created on Saturday, October 19 04:37 PM UTC

1.2.6

04 Oct 16:09
Compare
Choose a tag to compare

Info

Build: https://ci.webfilings.com/build/1925169
Skynet Results: https://wf-skynet-hrd.appspot.com/results/smithy/1925169/latest
Pipeline: https://w-rmconsole.appspot.com/release/pipeline/5856956969648128/
This patch release includes the following changes:

New Features and Improvements

  • #78 CPLAT-7482: Run unit tests with dart2js
    • CPLAT-7482 Run fluri tests with dart2js

Miscellaneous

  • #76 CPLAT-3300: CP Code Review and PR Merging Team agreement update
    • CPLAT-3300 Update all CP repos with latest CONTRIBUTING/PR_TEMPLATE/etc. docs and Rosie configs from RFD

Notes created on Friday, October 04 04:09 PM UTC

1.2.5

18 Sep 15:39
86b66c7
Compare
Choose a tag to compare

Info

This patch release includes the following changes:

Miscellaneous

  • #73 update build

  • #74 AF-2471 Dart 2

    • AF-2471 Dart 2
  • #75 WP-6452 Release fluri 1.2.5

    • WP-6452 RELEASE fluri 1.2.5

Notes created on Tuesday, September 18 03:39 PM UTC

1.2.4

18 Sep 15:23
d43f805
Compare
Choose a tag to compare

Info

This patch release includes the following changes:

Miscellaneous

  • #69 WP-5625 Add CODEOWNERS file
    • WP-5625 Add CODEOWNERS file (fluri)
  • #70 BUILDTOOLS-2329: Update Dockerfile to mirror smithy.yaml
    • BUILDTOOLS-2329 Create migration prs for dart.
  • #71 WP-6449 Dart 2 and DDC compatibility changes.
    • WP-6449 Dart 2 and DDC compatibility changes.
  • #72 WP-4648 Release fluri 1.2.4
    • WP-4648 RELEASE fluri 1.2.4

Notes created on Thursday, April 12 04:59 PM UTC

1.2.3

18 Sep 15:23
Compare
Choose a tag to compare

This patch release includes the following changes:

Miscellaneous

  • #65 WP-4489 - Resolve dart_dev deprecation
    • WP-4489 Memory Audit: fluri
  • #66 WP-4596 Update dependency ranges
    • WP-4596 Update dependency ranges
  • #67 WP-4424 Release fluri 1.2.3
    • WP-4424 RELEASE fluri 1.2.3

Notes created on Wednesday, July 05 08:14 PM UTC

1.2.2

18 Sep 15:23
Compare
Choose a tag to compare

This patch release includes the following changes:

New Features and Improvements

  • #63 WP-4420 Add recommended lint rules
    • WP-4420 Add lints to fluri

Miscellaneous

  • #61 WP-3657 : added docs.yml
    • WP-3657 fluri missing docs.yml
  • #64 WP-2927 Release fluri 1.2.2
    • WP-2927 RELEASE fluri 1.2.2
  • #60 CP-2928 Use individual username tags instead of group alias
    • WP-2928 Use individual username tags instead of group alias

Notes created on Wednesday, June 14 04:08 AM UTC

1.2.1

08 Nov 20:29
Compare
Choose a tag to compare

November 8th, 2016
(view diff) | (view release PR)

  • #55 Bug Fix: Calling .appendToPath() will check for and prevent double slashes when joining the current path with the additional path.
  • #56 Documentation: Add GitHub Issue and Pull Request templates.
  • #57 Tech Debt: Add a simple smithy.yaml for dependency tracking.

1.2.0

07 Nov 22:52
Compare
Choose a tag to compare

November 7th, 2016
(view diff) | (view release PR)

  • #53 Feature: Support for multi-value parameters.

    See the readme for usage examples.

  • #53 Dart SDK: In order to support multi-value parameters, the minimum required Dart SDK version is now 1.15.0 since that is when the queryParametersAll field was added to the Uri class.

  • #52 Tech Debt: Fluri is not strong-mode compliant.

1.1.1

06 Jan 19:14
Compare
Choose a tag to compare

January 6th, 2016
(view diff) | (view release PR)

  • #48 Bug Fix: FluriMixin now defaults to an empty URI when uri is set to null.

1.1.0

09 Dec 20:41
Compare
Choose a tag to compare

December 9th, 2015
(view diff) | (view release PR)

Features (#40)

  • appendToPath(String path) - append a path literal to the current path.
  • addPathSegment(String segment) - add a single path segment to the current path.
  • setQueryParam(String param, String value) - set a single query parameter.
  • Fluri.from(Fluri other) - construct a Fluri instance from another.
  • Fluri.fromUri(Uri uri) - construct a Fluri instance from a Uri instance.