swift-openapi-request-dl

1.0.0

RequestDL (SwiftNIO) transport for Swift OpenAPI Generator.
request-dl/swift-openapi-request-dl-nio

What's New

OpenAPIRequestDL 1.0.0

2024-01-31T21:55:21Z

What’s Changed

🚀 Enhancements

  • Dependencies update (#10)
  • Removed title from PR template (#9) @brennobemoura
  • Added more labels to release drafter (#8) @brennobemoura

See also: Documentation

Swift Compatibility Platform Compatibility codecov

OpenAPIRequestDL

The RequestDLClientTransport enables the use of the OpenAPI format along with all the available configuration properties provided by RequestDL.

To generate code for the objects, you should use the Swift OpenAPI Generator.

Additionally, Apple has provided all the details in the WWDC23 session Meet Swift OpenAPI Generator.

Installation

OpenAPIRequestDL can be installed using Swift Package Manager. To include it in your project, add the following dependency to your Package.swift file:

dependencies: [
    .package(url: "https://github.com/request-dl/swift-openapi-request-dl.git", from: "1.0.0")
]

Versioning

We follow semantic versioning for this project. The version number is composed of three parts: MAJOR.MINOR.PATCH.

  • MAJOR version: Increments when there are incompatible changes and breaking changes. These changes may require updates to existing code and could potentially break backward compatibility.

  • MINOR version: Increments when new features or enhancements are added in a backward-compatible manner. It may include improvements, additions, or modifications to existing functionality.

  • The PATCH version includes bug fixes, patches, and safe modifications that address issues, bugs, or vulnerabilities without disrupting existing functionality. It may also include new features, but they must be implemented carefully to avoid breaking changes or compatibility issues.

It is recommended to review the release notes for each version to understand the specific changes and updates made in that particular release.

Contributing

If you find a bug or have an idea for a new feature, please open an issue or submit a pull request. We welcome contributions from the community!

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

Last updated: Sat Mar 16 2024 08:21:30 GMT-0900 (Hawaii-Aleutian Daylight Time)