Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim authored and github-actions[bot] committed Nov 5, 2024
1 parent 0ed441e commit f4dedfd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `kong-admin-api` will be documented in this file.

## v1.0.1 - 2024-11-05

**Full Changelog**: https://github.com/cleaniquecoders/kong-admin-api/compare/v1.0.0...v1.0.1

## v1.0.0 - 2024-11-05

### Release v1.0.0
Expand All @@ -13,14 +17,20 @@ The **v1.0.0** release of the `CleaniqueCoders\KongAdminApi` package provides a
#### 🛠️ Features

- **Service Management**: Create, update, retrieve, and delete services within Kong.

- **Route Management**: Full CRUD operations for managing routes associated with services.

- **Consumer Management**: Manage consumers including creation, retrieval, updating, and deletion.

- **Plugin Support**:

- Associate plugins with `consumers`, `routes`, and `services`.
- Supported plugins include **rate-limiting**, **CORS**, **JWT**, and more (limited to Kong's free tier).

- **Structured API Responses**: Responses follow a structured format with `status`, `data`, and `meta` sections for consistency.

- **Configuration-Based Setup**: Easily configure API base URL, authentication, and headers.


**Full Changelog**: https://github.com/cleaniquecoders/kong-admin-api/commits/v1.0.0

Expand Down

0 comments on commit f4dedfd

Please sign in to comment.