Граф коммитов

486 Коммитов

Автор SHA1 Сообщение Дата
Catalina Peralta 8bee8b5416 Add necessary env vars 2020-09-08 15:18:02 -07:00
Catalina Peralta 32fa9181b5 Removing env vars 2020-09-08 12:13:47 -07:00
Catalina Peralta 5acbe31db3 Adding initial CI pipeline update 2020-09-08 11:44:09 -07:00
Jeff Principe 9898ba6578
Support sending and receiving custom annotations in System Properties (#174)
* Support sending and receiving custom annotations in System Properties

* fix terraform setup and make tests pass

* remove extra annotation assignment

* don't allow partition key to overwrite annotations

* update version number

Co-authored-by: Joel Hendrix <jhendrix@microsoft.com>
2020-06-08 12:35:13 -07:00
Joel Hendrix c9aa78298d
Merge branch 'master' into patch-1 2020-06-05 10:13:52 -07:00
Bill Johnson ecad5a51c1
Update readme.md (#176)
Simple typo fix in README from perist to persist
2020-05-08 10:26:56 +08:00
Håvard Anda Estensen 59a7008229
Fix indentation in code example 2020-04-22 07:57:02 +02:00
fischor bc2987d6d5
Add IoT Hub System Properties (#161)
* Add IoT Hub System Properties

* update CHANGELOG and version

Co-authored-by: Joel Hendrix <jhendrix@microsoft.com>
2020-02-18 10:56:42 -08:00
askingcat e1a61294b3
Fix readme link to CONTRIBUTING.md (#162) 2020-02-06 14:21:51 +08:00
Christopher Scott 82afeb098c add test setup instructions (#154)
* add test setup instructions

* update readme

* go mod tidy

* removed VSCode plugin suggestions

* PR comments / typos

Co-authored-by: Joel Hendrix <jhendrix@microsoft.com>
2020-01-28 08:10:58 -08:00
Martin Rauscher f6e911c8e5 fix errors in message handling being ignored (#156)
* fix errors in message handling being ignored

* update changelog and version info

Co-authored-by: Joel Hendrix <jhendrix@microsoft.com>
2020-01-27 09:08:05 -08:00
krpranay 37fa5c9d14 Azure storage SAS token regeneration Fix (#157) (#158)
* adding negation

* removing negative sign

* modified version.go and changelog.md

* changed 3.1.0 to v3.1.0 in version.go

* modified changelog.md

* updated changelog and go.sum

Co-authored-by: Joel Hendrix <jhendrix@microsoft.com>
2020-01-23 09:37:52 -08:00
mg 403470e620 EPH WebSocket Support (#153)
* updates

* updates

* updates

* Update version.go
2020-01-17 09:56:58 -08:00
Joel Hendrix 7a1b2e2089
switch pack.ag/amqp to github.com/Azure/go-amqp (#152)
bump common lib to v3
bump mod ver to v3 due to changes in public surface area
2019-12-17 14:59:24 -08:00
catalinaperalta 4014b0acb3
Merge pull request #147 from catalinaperalta/caperal/issue-131
Resolution for issue #131
2019-10-25 10:10:56 -07:00
Catalina Peralta a93b6bcc3d Updated patch version and added log in changelog.md 2019-10-24 11:24:52 -07:00
Catalina Peralta b69df613f6 Added a comment for the PartitionID field which will never be used 2019-10-24 11:11:18 -07:00
David Justice 6db72644ef
Merge pull request #143 from Azure/release203
Bump version to 2.0.3
2019-10-03 10:50:50 -07:00
David Justice fbb9569424
Merge branch 'master' into release203 2019-10-03 09:56:46 -07:00
David Justice a106c43ebe
Merge pull request #145 from Azure/tf-test
Upgrade TF config and fix the TF job
2019-10-03 09:56:26 -07:00
David Justice cb0568346d
add explicit dependency on the namespace creation 2019-10-03 09:39:45 -07:00
Jie Shen 15fb1fa42b Remove condition check for role assignment in Terraform 2019-09-18 11:41:07 +08:00
Jie Shen f22cdfcddf Upgrade terraform configuration 2019-09-17 15:20:10 +08:00
Jie Shen a984ddad53 Bump version to 2.0.3 2019-09-11 10:06:36 +08:00
Jie Shen 26616d9045
Merge pull request #141 from Azure/cacel_lease
Prevent sending data to closed lease channel
2019-09-06 13:50:49 +08:00
Jie Shen 88cbf86d0c Prevent sending data to closed channel 2019-09-06 10:31:30 +08:00
Jie Shen 7dd2941821 Prevent sending data to closed lease channel 2019-09-05 11:39:59 +08:00
Jie Shen e1a121abe5
Merge pull request #138 from Azure/release202
Bump version to 2.0.2
2019-08-29 14:29:06 +08:00
Jie Shen 5abc5dcf8f Bump version to 2.0.2 2019-08-29 10:15:14 +08:00
David Justice fd8113d273 fix issue 126 by setting receiver settlement mode on sender (#133) 2019-08-29 10:08:53 +08:00
Jie Shen 020fb90a90
Merge pull request #137 from jonnylangefeld/issue136
fix leaking go routines in storage.(*LeaserCheckpointer).GetLeases
2019-08-29 09:42:36 +08:00
Jonathan Langefeld 56376d0e7f implement pull request review: use switch case for sending to channel instead of checking context error 2019-08-28 08:43:48 -07:00
Jonathan Langefeld 12a817e59a fix leaking go routines in storage.(*LeaserCheckpointer).GetLeases
Fix #136
2019-08-27 18:36:47 -07:00
Jie Shen 44ab72b1d5
Merge pull request #134 from Azure/batch_partition
Enable partitionKey for sendBatch
2019-08-23 15:51:33 +08:00
Jie Shen 55cfecb4ee Consider events exceeds max size for Next() 2019-08-23 10:21:15 +08:00
Jie Shen ddd843e76f Remove unnecessary code 2019-08-22 16:59:43 +08:00
Jie Shen e8d8325469 Add eventMap in the EventBatchIterator struct 2019-08-21 19:25:02 +08:00
Jie Shen be78f48f7c Enable partitionKey for sendBatch 2019-08-20 14:53:42 +08:00
Jie Shen 8fa6c1c10c
Merge pull request #125 from Azure/release201
Bump lib version to 2.0.1
2019-08-14 19:10:34 +08:00
Jie Shen 1c1fd0da4d
Merge branch 'master' into release201 2019-08-14 18:28:19 +08:00
Jie Shen e2ca1ace5d
Merge pull request #130 from Azure/fix_test
Fix tests for file.go
2019-08-14 18:28:03 +08:00
Jie Shen 5df404b0ad
Merge branch 'master' into fix_test 2019-08-14 16:02:59 +08:00
Jie Shen 22ceed51cc
Merge pull request #129 from bryanklewis/master
update batch send example
2019-08-09 14:30:30 +08:00
Jie Shen 8d3dfb5bce Fix tests for file.go 2019-08-09 14:22:32 +08:00
Bryan Lewis 3945c29014 add package name to batch example 2019-08-09 00:05:14 -06:00
Bryan Lewis 007bb69a6e update batch send example 2019-08-08 11:05:04 -06:00
Jie Shen a1467433f1 Bump lib version to 2.0.1 2019-08-05 15:18:22 +08:00
Jie Shen 38494a72e5
Merge pull request #120 from R290/checkpointAttribute
Checkpoint attribute
2019-08-05 10:03:39 +08:00
R290 2e89876306
Update changelog.md 2019-08-03 13:59:46 +02:00
R290 c9aeb2008c Implemented pull request comments 2019-08-03 13:17:59 +02:00