Skip to content
Snippets Groups Projects
  1. Sep 04, 2017
  2. Aug 18, 2017
  3. Aug 15, 2017
  4. Jul 31, 2017
  5. Jul 11, 2017
  6. Jul 10, 2017
  7. May 31, 2017
  8. May 23, 2017
  9. May 17, 2017
  10. Apr 04, 2017
    • Michael Darakananda's avatar
      all: regenerate protos (#23) · 411e09b9
      Michael Darakananda authored
      * all: regenerate protos
      
      Adds speech/v1 and language/v1beta2, among other changes
      
      * travis: update Go version
      
      Add 1.7 and 1.8.
      Drop 1.5 since grpc doesn't support it.
      411e09b9
  11. Mar 17, 2017
  12. Mar 03, 2017
  13. Feb 14, 2017
  14. Dec 15, 2016
    • Michael Darakananda's avatar
      use proto's go_package option (#17) · b3e7c2fb
      Michael Darakananda authored
      * reimplement regen
      
      * regenerate files
      
      This change should fix our ongoing problem with duplicate file names causing failures.
      
      At the moment, this changes requires you to build protobuf from source with this patch to work. Otherwise, we won't be able to properly import descriptor.proto.
      
      - all proto files are deleted, as the new logic does not need to rewrite any part of the proto files.
      - google.protobuf.descriptor is removed; it's official home is github.com/golang/protobuf/protoc-gen-go/descriptor.
      - the protobuf directory is split into multiple packages. This is a breaking change.
      b3e7c2fb
  15. Nov 15, 2016
  16. Nov 04, 2016
  17. Oct 07, 2016
  18. Aug 16, 2016
  19. Aug 12, 2016
  20. Aug 10, 2016
  21. Aug 09, 2016
    • Dave's avatar
      Regenerate all APIs. · 8fd005e6
      Dave authored
      Split up the rpc directory into its individual components.
      Disable three APIs known to be currently broken in the upstream repo.
      8fd005e6
  22. Jul 21, 2016
Loading