Breaking Changes
Version 0.5.x
0.5.28
0.5.0
# Before (0.4.x)
struct MyEndpoint
include Azu::Endpoint
def call
# ...
end
end
# After (0.5.x)
struct MyEndpoint
include Azu::Endpoint(MyRequest, MyResponse)
def call : MyResponse
# ...
end
endVersion 0.4.x
0.4.0
Version 0.3.x
0.3.0
Version 0.2.x
0.2.0
Deprecation Notices
Deprecated in 0.5.x
Removed in 0.5.x
Migration Tools
Checking for Deprecations
Version Compatibility
Azu Version
Crystal Version
Getting Help
Last updated
Was this helpful?
