- 71d200d: chore(docs): add channel sdk to docs
- a3cb474: feat(sdk): added channel support to sdk
- 5e6a691: chore(sdk): added better logging for write failures
- 0882286: fix(sdk): services are now unique when writing domains
- d996a58: feat(sdk): added writeVersionedService function that writes a service to the versioned directory
- ac00967: fix(sdk): added docs for query SDK
- 95e9d70: feat(sdk): adding query sdk functions
- 7abb3d8: feat(sdk): added support for folder structures
- b9d2073: feat(sdk): writing messages to services are now unique
- 6a76b8d: feat(sdk): writing messages to services are now unique
- 287912f: chore(sdk): changed the return type for getting specs for a service
- 6d125ca: feat(sdk) added ability to get specification files for a service by it's id
- fe4c480: fix(sdk) fixed regex to handle large names for service ids
- c8b9d31: fix(sdk): fixed types for specifications on the service type
- 7291e10: Adding the specification attribute to the service type letting to integrate asyncapi, openapi and other specifications in the future
- 24ac499: feat(sdk): added ability to add services to domains
- 177093c: feat(sdk): added methods to check if versions exist or not
- 9129a08: feat(sdk): added support for semver matching when getting resources f…
- 104ca2a: feat(sdk): added specific function to register an event or command to a service
- 615d665: fix(sdk): fixed issue when getting resources by id and version
- dd2f78e: feat(sdk): added domains to sdk
- e925200: feat(sdk): added commands to sdk
- e060c21: chore(sdk): refactored code to new resource internal lib
- fcd03f6: feat(sdk): added support for services
- e41c8af: docs(sdk): adding docs to events
- 323eb10: fix(sdk): fixing build on github