Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing aws-sdk update #49

Closed
wants to merge 1 commit into from
Closed

Conversation

gadelkareem
Copy link

No description provided.

@ryanfitz ryanfitz mentioned this pull request Jan 4, 2015
ryanfitz added a commit that referenced this pull request Jan 13, 2015
New Features

 * Full JSON document support, including support for List, Map, and BOOL datatypes. Closes #16, #44
 * New timestamps config option to automatically add the attributes createdAt and updatedAt when defining a model. These attributes will get automatically get set when you create and update a record.
 * Flexible schema configuration to allow unknown, dynamic attributes both on top level and nested records
 * Ability to fully configure global and local secondary indexes. Allows to configure index names, attribute projection settings and index throughput. Closes #43 , #48
 * adding deleteTable api to remove the table from DynamoDB. Closes #10
 * 100% code coverage with new integration test suite and integration with travis-ci.

Bug Fixes

 * CreateTables checks if error occurs while attempting to create a table. Fixes #41
 * Fixed error handling when streaming query, scan and parallel scan requests.
 * Fixed retry handling when running query and scans. Fixes #45

Updated dependencies

 * Joi to v5.1.0
 * aws-sdk to v2.1.5 - Closes #49
 * async to v0.9.0
 * lodash to v2.4.1
ryanfitz added a commit that referenced this pull request Jan 13, 2015
New Features

 * Full JSON document support, including support for List, Map, and BOOL datatypes. Closes #16 and Closes #44
 * New timestamps config option to automatically add the attributes createdAt and updatedAt when defining a model. These attributes will get automatically get set when you create and update a record.
 * Flexible schema configuration to allow unknown, dynamic attributes both on top level and nested records
 * Ability to fully configure global and local secondary indexes. Allows to configure index names, attribute projection settings and index throughput. Closes #43 , #48
 * adding deleteTable api to remove the table from DynamoDB. Closes #10
 * 100% code coverage with new integration test suite and integration with travis-ci.

Bug Fixes

 * CreateTables checks if error occurs while attempting to create a table. Fixes #41
 * Fixed error handling when streaming query, scan and parallel scan requests.
 * Fixed retry handling when running query and scans. Fixes #45

Updated dependencies

 * Joi to v5.1.0
 * aws-sdk to v2.1.5 - Closes #49
 * async to v0.9.0
 * lodash to v2.4.1
ryanfitz added a commit that referenced this pull request Jan 13, 2015
New Features

 * Full JSON document support, including support for List, Map, and BOOL datatypes. Closes #16, #44
 * New timestamps config option to automatically add the attributes createdAt and updatedAt when defining a model. These attributes will get automatically get set when you create and update a record.
 * Flexible schema configuration to allow unknown, dynamic attributes both on top level and nested records
 * Ability to fully configure global and local secondary indexes. Allows to configure index names, attribute projection settings and index throughput. Closes #43 , #48
 * adding deleteTable api to remove the table from DynamoDB. Closes #10
 * 100% code coverage with new integration test suite and integration with travis-ci.

Bug Fixes

 * CreateTables checks if error occurs while attempting to create a table. Fixes #41
 * Fixed error handling when streaming query, scan and parallel scan requests.
 * Fixed retry handling when running query and scans. Fixes #45

Updated dependencies

 * Joi to v5.1.0
 * aws-sdk to v2.1.5 - Closes #49
 * async to v0.9.0
 * lodash to v2.4.1
ryanfitz added a commit that referenced this pull request Jan 13, 2015
New Features

 * Full JSON document support, including support for List, Map, and BOOL datatypes. Closes #16, #44
 * New timestamps config option to automatically add the attributes createdAt and updatedAt when defining a model. These attributes will get automatically get set when you create and update a record.
 * Flexible schema configuration to allow unknown, dynamic attributes both on top level and nested records
 * Ability to fully configure global and local secondary indexes. Allows to configure index names, attribute projection settings and index throughput. Closes #43 , #48
 * adding deleteTable api to remove the table from DynamoDB. Closes #10
 * 100% code coverage with new integration test suite and integration with travis-ci.

Bug Fixes

 * CreateTables checks if error occurs while attempting to create a table. Fixes #41
 * Fixed error handling when streaming query, scan and parallel scan requests.
 * Fixed retry handling when running query and scans. Fixes #45

Updated dependencies

 * Joi to v5.1.0
 * aws-sdk to v2.1.5 - Closes #49
 * async to v0.9.0
 * lodash to v2.4.1
ryanfitz added a commit that referenced this pull request Jan 13, 2015
New Features

 * Full JSON document support, including support for List, Map, and BOOL datatypes. Closes #16, #44
 * New timestamps config option to automatically add the attributes createdAt and updatedAt when defining a model. These attributes will get automatically get set when you create and update a record.
 * Flexible schema configuration to allow unknown, dynamic attributes both on top level and nested records
 * Ability to fully configure global and local secondary indexes. Allows to configure index names, attribute projection settings and index throughput. Closes #43 , #48
 * adding deleteTable api to remove the table from DynamoDB. Closes #10
 * 100% code coverage with new integration test suite and integration with travis-ci.

Bug Fixes

 * CreateTables checks if error occurs while attempting to create a table. Fixes #41
 * Fixed error handling when streaming query, scan and parallel scan requests.
 * Fixed retry handling when running query and scans. Fixes #45

Updated dependencies

 * Joi to v5.1.0
 * aws-sdk to v2.1.5 - Closes #49
 * async to v0.9.0
 * lodash to v2.4.1
ryanfitz added a commit that referenced this pull request Jan 13, 2015
New Features

 * Full JSON document support, including support for List, Map, and BOOL datatypes. Closes #16, #44
 * New timestamps config option to automatically add the attributes createdAt and updatedAt when defining a model. These attributes will get automatically get set when you create and update a record.
 * Flexible schema configuration to allow unknown, dynamic attributes both on top level and nested records
 * Ability to fully configure global and local secondary indexes. Allows to configure index names, attribute projection settings and index throughput. Closes #43 , #48
 * adding deleteTable api to remove the table from DynamoDB. Closes #10
 * 100% code coverage with new integration test suite and integration with travis-ci.

Bug Fixes

 * CreateTables checks if error occurs while attempting to create a table. Fixes #41
 * Fixed error handling when streaming query, scan and parallel scan requests.
 * Fixed retry handling when running query and scans. Fixes #45

Updated dependencies

 * Joi to v5.1.0
 * aws-sdk to v2.1.5 - Closes #49
 * async to v0.9.0
 * lodash to v2.4.1
@ryanfitz ryanfitz closed this in 6d5e70e Feb 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant