Skip to content

Commit

Permalink
[FAB-7546] Update changelog
Browse files Browse the repository at this point in the history
Change-Id: I28044124c88cd457400c47701ab842a8e0aa1553
Signed-off-by: Troy Ronda <troy@troyronda.com>
  • Loading branch information
troyronda committed Dec 22, 2017
1 parent 7c09f2e commit 3d66361
Showing 1 changed file with 103 additions and 4 deletions.
107 changes: 103 additions & 4 deletions CHANGELOG.md
@@ -1,8 +1,107 @@
## v1.0.0-beta
Tue 26 Sep 2017 10:19:24 EDT
## v1.0.0-alpha3
Thu 21 Dec 2017 22:54:10 EST

* [57fa225](https://github.com/hyperledger/fabric-sdk-go/commit/57fa225) [[FAB-6284](https://jira.hyperledger.org/browse/FAB-6284)] Add ChangeLog.md file to track SDK GO
* [3ba9654](https://github.com/hyperledger/fabric-sdk-go/commit/3ba9654) [[FAB-6275](https://jira.hyperledger.org/browse/FAB-6275)] Add Default GO SDK config
* [7c09f2e](https://github.com/hyperledger/fabric-sdk-go/commit/7c09f2e) [[FAB-7536](https://jira.hyperledger.org/browse/FAB-7536)] Provide TLS Cert Hash in Channel Header
* [de1c0d8](https://github.com/hyperledger/fabric-sdk-go/commit/de1c0d8) [[FAB-7531](https://jira.hyperledger.org/browse/FAB-7531)] Fix timestamp in channel header
* [d0a811d](https://github.com/hyperledger/fabric-sdk-go/commit/d0a811d) [[FAB-6258](https://jira.hyperledger.org/browse/FAB-6258)] Bump fabric third_party revision
* [ad6e27e](https://github.com/hyperledger/fabric-sdk-go/commit/ad6e27e) [[FAB-7530](https://jira.hyperledger.org/browse/FAB-7530)] Update version of viper
* [9fd0ebd](https://github.com/hyperledger/fabric-sdk-go/commit/9fd0ebd) [[FAB-7516](https://jira.hyperledger.org/browse/FAB-7516)] refactor embbedded cert/key combo
* [8d39602](https://github.com/hyperledger/fabric-sdk-go/commit/8d39602) [[FAB-7528](https://jira.hyperledger.org/browse/FAB-7528)] Update thirdparty pinning scripts
* [56a7adb](https://github.com/hyperledger/fabric-sdk-go/commit/56a7adb) [[FAB-7516](https://jira.hyperledger.org/browse/FAB-7516)] Cert/Key embed & file path combo
* [78503fe](https://github.com/hyperledger/fabric-sdk-go/commit/78503fe) [[FAB-7498](https://jira.hyperledger.org/browse/FAB-7498)] Rename fixtures ca to be part of example.com
* [24f9ecc](https://github.com/hyperledger/fabric-sdk-go/commit/24f9ecc) [[FAB-7452](https://jira.hyperledger.org/browse/FAB-7452)] Allow embedding cryptoconfig in the Config
* [9a9856d](https://github.com/hyperledger/fabric-sdk-go/commit/9a9856d) [[FAB-7488](https://jira.hyperledger.org/browse/FAB-7488)] Fix integration tests outside docker
* [dafcfbc](https://github.com/hyperledger/fabric-sdk-go/commit/dafcfbc) [[FAB-6805](https://jira.hyperledger.org/browse/FAB-6805)] Mutual TLS added further unit tests
* [b99661a](https://github.com/hyperledger/fabric-sdk-go/commit/b99661a) [[FAB-6805](https://jira.hyperledger.org/browse/FAB-6805)] Mutual TLS
* [a00fd98](https://github.com/hyperledger/fabric-sdk-go/commit/a00fd98) [[FAB-7451](https://jira.hyperledger.org/browse/FAB-7451)] Tx Failures shouldn't create CC Events
* [3651028](https://github.com/hyperledger/fabric-sdk-go/commit/3651028) [[FAB-7392](https://jira.hyperledger.org/browse/FAB-7392)] Enable multiple version testing
* [a062492](https://github.com/hyperledger/fabric-sdk-go/commit/a062492) [[FAB-7387](https://jira.hyperledger.org/browse/FAB-7387)] Ability to load system cert pool
* [5c01120](https://github.com/hyperledger/fabric-sdk-go/commit/5c01120) [[FAB-7388](https://jira.hyperledger.org/browse/FAB-7388)] Fix mockgen version to v1.0.0
* [83c4a87](https://github.com/hyperledger/fabric-sdk-go/commit/83c4a87) [[FAB-7386](https://jira.hyperledger.org/browse/FAB-7386)] Enhance multi organisation test
* [17a18b1](https://github.com/hyperledger/fabric-sdk-go/commit/17a18b1) [[FAB-7307](https://jira.hyperledger.org/browse/FAB-7307)] embed cert in config, test update
* [0bd2dfa](https://github.com/hyperledger/fabric-sdk-go/commit/0bd2dfa) [[FAB-7346](https://jira.hyperledger.org/browse/FAB-7346)] Make IsChaincodeInstalled a private method
* [8dde6e6](https://github.com/hyperledger/fabric-sdk-go/commit/8dde6e6) [[FAB-7323](https://jira.hyperledger.org/browse/FAB-7323)] Updates to ResourceMgmtClient interface
* [f853354](https://github.com/hyperledger/fabric-sdk-go/commit/f853354) [[FAB-7307](https://jira.hyperledger.org/browse/FAB-7307)]Config in []byte & embed cert in config
* [9dad8ae](https://github.com/hyperledger/fabric-sdk-go/commit/9dad8ae) [[FAB-7292](https://jira.hyperledger.org/browse/FAB-7292)] Configure fabric-ca server correctly
* [d3c36d4](https://github.com/hyperledger/fabric-sdk-go/commit/d3c36d4) [[FAB-7281](https://jira.hyperledger.org/browse/FAB-7281)] Resource Mgmt - Instantiate/Upgrade CC
* [ce72cd1](https://github.com/hyperledger/fabric-sdk-go/commit/ce72cd1) [[FAB-7113](https://jira.hyperledger.org/browse/FAB-7113)] Init default logger when not set
* [e5f4954](https://github.com/hyperledger/fabric-sdk-go/commit/e5f4954) [[FAB-6258](https://jira.hyperledger.org/browse/FAB-6258)] Fix import path change in fabric
* [55aac02](https://github.com/hyperledger/fabric-sdk-go/commit/55aac02) [[FAB-6258](https://jira.hyperledger.org/browse/FAB-6258)] Bump fabric third_party revision
* [94de933](https://github.com/hyperledger/fabric-sdk-go/commit/94de933) [[FAB-7183](https://jira.hyperledger.org/browse/FAB-7183)] check_license misses some newly added files
* [0e5f0f6](https://github.com/hyperledger/fabric-sdk-go/commit/0e5f0f6) [[FAB-6983](https://jira.hyperledger.org/browse/FAB-6983)] fabric-ca to reuse sdk cryptosuite
* [7053d2c](https://github.com/hyperledger/fabric-sdk-go/commit/7053d2c) [[FAB-7097](https://jira.hyperledger.org/browse/FAB-7097)] Fix tests when GOPATH isn't set
* [dd63d01](https://github.com/hyperledger/fabric-sdk-go/commit/dd63d01) [[FAB-7101](https://jira.hyperledger.org/browse/FAB-7101)] Resource Management Client - Install CC
* [26b3d2e](https://github.com/hyperledger/fabric-sdk-go/commit/26b3d2e) [[FAB-6983](https://jira.hyperledger.org/browse/FAB-6983)] bccsp import refactoring
* [e9fa53a](https://github.com/hyperledger/fabric-sdk-go/commit/e9fa53a) [[FAB-7047](https://jira.hyperledger.org/browse/FAB-7047)] Resource Mgmt Client - Join Channel
* [59a0a8e](https://github.com/hyperledger/fabric-sdk-go/commit/59a0a8e) [[FAB-6983](https://jira.hyperledger.org/browse/FAB-6983)] Moved bccsp from third_party to internal
* [847bedf](https://github.com/hyperledger/fabric-sdk-go/commit/847bedf) [[FAB-7057](https://jira.hyperledger.org/browse/FAB-7057)] Fix third_party pinning script on MacOS
* [a218800](https://github.com/hyperledger/fabric-sdk-go/commit/a218800) [[FAB-7053](https://jira.hyperledger.org/browse/FAB-7053)] Make ChannelConfig public
* [a5e3c16](https://github.com/hyperledger/fabric-sdk-go/commit/a5e3c16) [[FAB-6983](https://jira.hyperledger.org/browse/FAB-6983)] replacing BCCSP with cryptosuite adaptor
* [4ae6eda](https://github.com/hyperledger/fabric-sdk-go/commit/4ae6eda) [[FAB-7003](https://jira.hyperledger.org/browse/FAB-7003)] Remove block from debug logs
* [231ec6c](https://github.com/hyperledger/fabric-sdk-go/commit/231ec6c) [[FAB-6981](https://jira.hyperledger.org/browse/FAB-6981)] Channel Management Client
* [23a0767](https://github.com/hyperledger/fabric-sdk-go/commit/23a0767) [[FAB-6983](https://jira.hyperledger.org/browse/FAB-6983)] cryptosuite adaptor for bccsp override
* [9d2609c](https://github.com/hyperledger/fabric-sdk-go/commit/9d2609c) [[FAB-6460](https://jira.hyperledger.org/browse/FAB-6460)] Increase async query timeout
* [b930c3b](https://github.com/hyperledger/fabric-sdk-go/commit/b930c3b) [[FAB-6356](https://jira.hyperledger.org/browse/FAB-6356)] Setting logprovider in advance for SDK tests
* [73a1e9b](https://github.com/hyperledger/fabric-sdk-go/commit/73a1e9b) [[FAB-6356](https://jira.hyperledger.org/browse/FAB-6356)] enable/disable callerinfo by module/loglevel
* [ba8d5c9](https://github.com/hyperledger/fabric-sdk-go/commit/ba8d5c9) [[FAB-6945](https://jira.hyperledger.org/browse/FAB-6945)] Config Improvements
* [7731bd8](https://github.com/hyperledger/fabric-sdk-go/commit/7731bd8) [[FAB-6928](https://jira.hyperledger.org/browse/FAB-6928)] Update CI to v1.0.4
* [17351d9](https://github.com/hyperledger/fabric-sdk-go/commit/17351d9) [[FAB-6914](https://jira.hyperledger.org/browse/FAB-6914)] fixing Gopkg.toml for knetic/govaluate
* [3710c33](https://github.com/hyperledger/fabric-sdk-go/commit/3710c33) [[FAB-6356](https://jira.hyperledger.org/browse/FAB-6356)] SDK-logging customizable callerinfo
* [4076bda](https://github.com/hyperledger/fabric-sdk-go/commit/4076bda) [[FAB-6914](https://jira.hyperledger.org/browse/FAB-6914)] Adding policy parser in SDK-Go
* [562ea23](https://github.com/hyperledger/fabric-sdk-go/commit/562ea23) [[FAB-6915](https://jira.hyperledger.org/browse/FAB-6915)] Fix chaincode startup issue in tests
* [2443ac7](https://github.com/hyperledger/fabric-sdk-go/commit/2443ac7) [[FAB-6886](https://jira.hyperledger.org/browse/FAB-6886)] SDK logger new utility function
* [2efa8bf](https://github.com/hyperledger/fabric-sdk-go/commit/2efa8bf) [[FAB-6708](https://jira.hyperledger.org/browse/FAB-6708)] Build flags to disable BCCSP plugins
* [8b685f6](https://github.com/hyperledger/fabric-sdk-go/commit/8b685f6) [[FAB-6860](https://jira.hyperledger.org/browse/FAB-6860)] Update third_party fabric to v1.1.0-preview
* [b36fe41](https://github.com/hyperledger/fabric-sdk-go/commit/b36fe41) [[FAB-6809](https://jira.hyperledger.org/browse/FAB-6809)] Dynamic Selection Service
* [cfaafc8](https://github.com/hyperledger/fabric-sdk-go/commit/cfaafc8) [[FAB-6814](https://jira.hyperledger.org/browse/FAB-6814)] Chaincode Policy Provider
* [25ef379](https://github.com/hyperledger/fabric-sdk-go/commit/25ef379) [[FAB-6767](https://jira.hyperledger.org/browse/FAB-6767)] mock utils for SDK go
* [e3ec402](https://github.com/hyperledger/fabric-sdk-go/commit/e3ec402) [[FAB-6812](https://jira.hyperledger.org/browse/FAB-6812)] Peer Group Resolver
* [2b9159f](https://github.com/hyperledger/fabric-sdk-go/commit/2b9159f) [[FAB-6759](https://jira.hyperledger.org/browse/FAB-6759)] Selection Service (Static)  
* [aafbea2](https://github.com/hyperledger/fabric-sdk-go/commit/aafbea2) [[FAB-6767](https://jira.hyperledger.org/browse/FAB-6767)] mock utils in SDK-GO
* [22e666e](https://github.com/hyperledger/fabric-sdk-go/commit/22e666e) [[FAB-6763](https://jira.hyperledger.org/browse/FAB-6763)] Give protos own namespace
* [23ec481](https://github.com/hyperledger/fabric-sdk-go/commit/23ec481) [[FAB-6695](https://jira.hyperledger.org/browse/FAB-6695)] Fixes for default config and protos
* [199fae9](https://github.com/hyperledger/fabric-sdk-go/commit/199fae9) [[FAB-6523](https://jira.hyperledger.org/browse/FAB-6523)] Bump Fabric version
* [8908090](https://github.com/hyperledger/fabric-sdk-go/commit/8908090) [[FAB-5878](https://jira.hyperledger.org/browse/FAB-5878)] - updated connection-profile
* [ae56873](https://github.com/hyperledger/fabric-sdk-go/commit/ae56873) [[FAB-6484](https://jira.hyperledger.org/browse/FAB-6484)] Cleanup third_party patching
* [cd1547f](https://github.com/hyperledger/fabric-sdk-go/commit/cd1547f) [[FAB-6484](https://jira.hyperledger.org/browse/FAB-6484)] Cleanup third_party patching
* [b2d8843](https://github.com/hyperledger/fabric-sdk-go/commit/b2d8843) [[FAB-6484](https://jira.hyperledger.org/browse/FAB-6484)] Cleanup third_party patching
* [a846c50](https://github.com/hyperledger/fabric-sdk-go/commit/a846c50) [[FAB-5878](https://jira.hyperledger.org/browse/FAB-5878)] Fixed a message typo in the config
* [db3029c](https://github.com/hyperledger/fabric-sdk-go/commit/db3029c) [[FAB-6477](https://jira.hyperledger.org/browse/FAB-6477)] Reduce imported Fabric code
* [e216f82](https://github.com/hyperledger/fabric-sdk-go/commit/e216f82) [[FAB-6290](https://jira.hyperledger.org/browse/FAB-6290)] Reduce imported Fabric CA code
* [7ab244f](https://github.com/hyperledger/fabric-sdk-go/commit/7ab244f) [[FAB-6235](https://jira.hyperledger.org/browse/FAB-6235)] dep v0.3.1
* [f048f16](https://github.com/hyperledger/fabric-sdk-go/commit/f048f16) [[FAB-6423](https://jira.hyperledger.org/browse/FAB-6423)] Go SDK config reused issue
* [f4ddd6f](https://github.com/hyperledger/fabric-sdk-go/commit/f4ddd6f) [[FAB-6258](https://jira.hyperledger.org/browse/FAB-6258)] Bump fabric third_party revision
* [c82f744](https://github.com/hyperledger/fabric-sdk-go/commit/c82f744) [[FAB-6428](https://jira.hyperledger.org/browse/FAB-6428)] Update CI & tools to Fabric 1.0.3
* [7f4bc34](https://github.com/hyperledger/fabric-sdk-go/commit/7f4bc34) [[FAB-6275](https://jira.hyperledger.org/browse/FAB-6275)] Removed tls:enabled from SDK GO config file
* [46ea533](https://github.com/hyperledger/fabric-sdk-go/commit/46ea533) [[FAB-6460](https://jira.hyperledger.org/browse/FAB-6460)] Increase query timeout
* [9c02025](https://github.com/hyperledger/fabric-sdk-go/commit/9c02025) [[FAB-6429](https://jira.hyperledger.org/browse/FAB-6429)] : Convert CC args type
* [4c04c1c](https://github.com/hyperledger/fabric-sdk-go/commit/4c04c1c) [[FAB-6406](https://jira.hyperledger.org/browse/FAB-6406)] Convert to errors package
* [3eae44a](https://github.com/hyperledger/fabric-sdk-go/commit/3eae44a) [[FAB-6424](https://jira.hyperledger.org/browse/FAB-6424)] Add ci.properties file
* [a1cb9c9](https://github.com/hyperledger/fabric-sdk-go/commit/a1cb9c9) [[FAB-6385](https://jira.hyperledger.org/browse/FAB-6385)] Go SDK timeouts config restructure
* [8b4dcfb](https://github.com/hyperledger/fabric-sdk-go/commit/8b4dcfb) [[FAB-6383](https://jira.hyperledger.org/browse/FAB-6383)] Add notice to third_party source code
* [7c71a98](https://github.com/hyperledger/fabric-sdk-go/commit/7c71a98) [[FAB-6391](https://jira.hyperledger.org/browse/FAB-6391)] Remove deprecated fabrictxn functions
* [20ff232](https://github.com/hyperledger/fabric-sdk-go/commit/20ff232) [[FAB-6385](https://jira.hyperledger.org/browse/FAB-6385)] Go SDK Configurable timeouts
* [2578687](https://github.com/hyperledger/fabric-sdk-go/commit/2578687) [[FAB-6382](https://jira.hyperledger.org/browse/FAB-6382)] - Add TxValidationCode to ExecuteTxResponse
* [e89a861](https://github.com/hyperledger/fabric-sdk-go/commit/e89a861) [[FAB-6343](https://jira.hyperledger.org/browse/FAB-6343)] Change Print to Log
* [fc03fd7](https://github.com/hyperledger/fabric-sdk-go/commit/fc03fd7) [[FAB-6358](https://jira.hyperledger.org/browse/FAB-6358)] Expose packages in e2e tests
* [8450c98](https://github.com/hyperledger/fabric-sdk-go/commit/8450c98) [[FAB-6322](https://jira.hyperledger.org/browse/FAB-6322)] Regenerate dep constraint file
* [c299d70](https://github.com/hyperledger/fabric-sdk-go/commit/c299d70) [[FAB-6343](https://jira.hyperledger.org/browse/FAB-6343)] Change Print to Log
* [2fb9484](https://github.com/hyperledger/fabric-sdk-go/commit/2fb9484) [[FAB-6342](https://jira.hyperledger.org/browse/FAB-6342)] DefaultLogger can print logger as caller
* [b5ac164](https://github.com/hyperledger/fabric-sdk-go/commit/b5ac164) [[FAB-6272](https://jira.hyperledger.org/browse/FAB-6272)] Improve log vendoring
* [8305ff0](https://github.com/hyperledger/fabric-sdk-go/commit/8305ff0) [[FAB-6340](https://jira.hyperledger.org/browse/FAB-6340)] Pass go test flags into docker tests
* [64a5e3f](https://github.com/hyperledger/fabric-sdk-go/commit/64a5e3f) [[FAB-6272](https://jira.hyperledger.org/browse/FAB-6272)] fixing golint warnings
* [17ad794](https://github.com/hyperledger/fabric-sdk-go/commit/17ad794) [[FAB-6272](https://jira.hyperledger.org/browse/FAB-6272)] SDK Go logging interface and provider
* [3dc34e5](https://github.com/hyperledger/fabric-sdk-go/commit/3dc34e5) [[FAB-6313](https://jira.hyperledger.org/browse/FAB-6313)] Fix linter warning
* [f1c390e](https://github.com/hyperledger/fabric-sdk-go/commit/f1c390e) [[FAB-6314](https://jira.hyperledger.org/browse/FAB-6314)] Channel Client
* [dd185dd](https://github.com/hyperledger/fabric-sdk-go/commit/dd185dd) [[FAB-6313](https://jira.hyperledger.org/browse/FAB-6313)] Fix linter warning
* [585d166](https://github.com/hyperledger/fabric-sdk-go/commit/585d166) [[FAB-6305](https://jira.hyperledger.org/browse/FAB-6305)] Pass Go Tags to docker integration test
* [293fb2b](https://github.com/hyperledger/fabric-sdk-go/commit/293fb2b) [[FAB-6300](https://jira.hyperledger.org/browse/FAB-6300)] - Move orderer and ledger to third_party
* [f08071e](https://github.com/hyperledger/fabric-sdk-go/commit/f08071e) [[FAB-6300](https://jira.hyperledger.org/browse/FAB-6300)] - Move orderer and ledger to third_party
* [08b4db4](https://github.com/hyperledger/fabric-sdk-go/commit/08b4db4) [[FAB-6284](https://jira.hyperledger.org/browse/FAB-6284)] Add ChangeLog.md file to track SDK GO
* [bf29760](https://github.com/hyperledger/fabric-sdk-go/commit/bf29760) [[FAB-6275](https://jira.hyperledger.org/browse/FAB-6275)] Add Default GO SDK config
* [541f496](https://github.com/hyperledger/fabric-sdk-go/commit/541f496) [[FAB-6285](https://jira.hyperledger.org/browse/FAB-6285)] Fabric-CA vendoring: remove tcerts
* [e58cbee](https://github.com/hyperledger/fabric-sdk-go/commit/e58cbee) [[FAB-6270](https://jira.hyperledger.org/browse/FAB-6270)] cleaning up logger info,error,warning
* [20fb840](https://github.com/hyperledger/fabric-sdk-go/commit/20fb840) [[FAB-3783](https://jira.hyperledger.org/browse/FAB-3783)] go-sdk chaincode upgrade support
* [3b6d77b](https://github.com/hyperledger/fabric-sdk-go/commit/3b6d77b) [[FAB-6252](https://jira.hyperledger.org/browse/FAB-6252)] Cleanup Makefile
* [72a94b4](https://github.com/hyperledger/fabric-sdk-go/commit/72a94b4) [[FAB-6252](https://jira.hyperledger.org/browse/FAB-6252)] Cleanup Makefile
* [a8c601e](https://github.com/hyperledger/fabric-sdk-go/commit/a8c601e) [[FAB-5878](https://jira.hyperledger.org/browse/FAB-5878)] - Implement "Connection Profile" for SDK-GO
Expand Down

0 comments on commit 3d66361

Please sign in to comment.