This repository has been archived by the owner on Jul 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
relnotes_magic
Will Witman edited this page Jan 16, 2015
·
3 revisions
- more robust app root detection
- 0.7.4
- volos-swagger: ^0.7.0
- swagger-tools: ^0.7.1
- minor optimizations
- load services file
- load services, flattened
- 0.7.3
- volos-swagger: ^0.7.0
- swagger-tools: ^0.7.1
- Update README.md
- better error message for upgrades
- 0.7.1
- Check config for "validateReponse" option - if true, pass to swaggerValidator. closes #5
- allow main controllers path to be an array of paths, closes #7
- 0.7.2
- volos-swagger: ^0.7.0
- swagger-tools: ^0.7.1
- better error message for upgrades
- 0.7.1
- volos-swagger: ^0.7.0
- swagger-tools: ^0.7.1
- update to work with swagger-tools 0.7 async interface
- update swagger-tools dep to 0.7.1
- 0.7.0
Unfortunately, a breaking change had to be made in version 0.7.0 of this module. The new version requires the configuration to be initialized asynchronously. If you have been using the old version, you may address this is one of two ways:
- You could pin the version of a127-magic in your package.json to "0.6.x".
But a better solution is...
- Update to the new initialization recipe in your app.js. It's a simple change that will basically look like this:
var a127 = require('a127-magic');
var app = require('express')();
a127.init(function(config) {
app.use(a127.middleware(config));
app.listen(process.env.PORT || 10010);
});
(See also: https://github.com/apigee-127/a127/blob/master/project-skeleton/app.js)
- volos-swagger: ^0.7.0
- swagger-tools: ^0.7.1
- add support for swagger-tools security middleware and new volos swagger setup
- loader should check x-a127-services for dup names
- cleanup
- nail down lib versions, set for release
- fix for SectionFilter
- 0.6.1
- volos-swagger: ^0.6.0
- swagger-tools: ^0.6.13
- throw exception when attempting to local a swagger with duplicated volos resource names
- 0.5.1
- volos-swagger: ''
- swagger-tools: ''
- fix test
- refactor tests
- update to work with new volos swagger token paths
- 0.5.0
- volos-swagger: ''
- swagger-tools: ''
- add a127.resource function to all requests to allow retrieval of Volos resources via: request.a127.resource('name')
- 0.4.0
- volos-swagger: ''
- swagger-tools: ''
- fix test format
- mock mode now uses /mocks directory for controllers
- 0.3.0
- fix mock controllers
- volos-swagger: ''
- swagger-tools: ''
- add license headers
- fix up test format
- fix middleware mock mode
- 0.2.7
- volos-swagger: ''
- swagger-tools: ''
- cleanup
- 0.2.6
- volos-swagger: ''
- swagger-tools: ''
- fix config reference
- 0.2.5
- volos-swagger: ''
- swagger-tools: ''
- 0.2.4
- volos-swagger: ''
- swagger-tools: ''
- read config values
- 0.2.3
- volos-swagger: ''
- swagger-tools: ''
- add repository field
- 0.2.2
- volos-swagger: ''
- swagger-tools: ''
- auto-resolve relative a127-magic project paths
- 0.2.1
- volos-swagger: ''
- swagger-tools: ''
- cleanup
- add support for volos helpers
- 0.2.0
- volos-swagger: ''
- swagger-tools: ''
- fix config reference
- 0.1.6
- volos-swagger: ''
- swagger-tools: ''
- add access to resources
- 0.1.5
- volos-swagger: ''
- swagger-tools: ''
- fix controller config
- 0.1.4
- volos-swagger: ''
- swagger-tools: ''
- pick up additional a127 options in config
- 0.1.3
- volos-swagger: ''
- swagger-tools: ''
- add ability to draw config data from config/.a127_secrets file
- 0.1.2
- volos-swagger: ''
- swagger-tools: ''
- reenable all tests
- use swagger key value as the key into config instead of using anchor name
- 0.1.1
- volos-swagger: ''
- swagger-tools: ''
- support hierarchical configuration files based on env vars or file
- support config replacements in yaml file, switch to smaller yaml parser
- 0.1.0
- volos-swagger: ''
- swagger-tools: ''
None
- volos-swagger: ''
- swagger-tools: ''
DONE
Having Trouble? Try posting your question to the Apigee Community. Or, for more links and resources, check out our Help Page
Need help? Visit the Apigee Community ! |
---|
-
Getting started
-
Add policies to your API
-
Add security policies
-
Deploy your projects
-
Programmatic hooks
-
Good to know about
-
Deep dives
-
Reference topics
-
Troubleshooting and getting help
-
Related resources