Skip to content

Commit

Permalink
Adding approx 70 new endpoints (addresses #8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tejashah88 committed Aug 7, 2019
1 parent 24e265d commit b7c0d99
Show file tree
Hide file tree
Showing 6 changed files with 368 additions and 43 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,24 @@
# Changelog

## v2.1.0 - (NEXT)
## v3.0.0 - (Aug/7/2019)

### :warning: Breaking Changes :warning:

#### API Coverage Tool Changes
The postman docs that are used to fetch additional endpoints are being dropped in favor of exclusively using the official docs. The postman docs required more maintainance due to inconsistencies in formatting and they took a long time to fetch from the network (10 seconds!). Additionally, the blacklist is being dropped since it's original purpose was to account for odd postman endpoints that weren't properly filtered by the tool.

#### Upgrading to v3.0.0
* Any endpoints in the 'Analytics' have been moved to 'MV Sense'
* i.e. change `dashboard.analytics` to `dashboard.mv_sense`

### New API Endpoints
* Added approximately 70 new endpoints

## v2.1.1 - (Feb/1/2019)
### Bug fixes
* [#7](https://github.com/tejashah88/node-meraki-dashboard/issues/7): Fixed being unable to import the library

## v2.1.0 - (Jan/29/2019)

### New API Endpoints
#### New groups added
Expand Down

0 comments on commit b7c0d99

Please sign in to comment.